We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac35cd8 commit cf4227fCopy full SHA for cf4227f
.drone.yml
@@ -0,0 +1,13 @@
1
+kind: pipeline
2
+type: docker
3
+name: default
4
+
5
+steps:
6
+- name: test:all
7
+ image: cirrusci/flutter:stable
8
+ commands:
9
+ - PATH=$PATH:$HOME/.pub-cache/bin
10
+ - flutter doctor
11
+ - flutter pub global activate melos
12
+ - melos bs
13
+ - melos run test:all
packages/native_crypto/example/lib/pointycastle/aes_gcm.dart
@@ -3,10 +3,12 @@
// -----
// File: aes_gcm.dart
// Created Date: 24/05/2022 16:34:54
-// Last Modified: 24/05/2022 17:15:22
+// Last Modified: 27/05/2022 17:36:31
// Copyright (c) 2022
+// ignore_for_file: implementation_imports
import 'dart:typed_data';
14
import 'package:pointycastle/export.dart';
0 commit comments