Fix/Update #1

Merged
hugo merged 39 commits from Fix/Update into master 2022-06-01 11:51:16 +00:00
2 changed files with 16 additions and 1 deletions
Showing only changes of commit cf4227fb58 - Show all commits

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
type: docker
name: default
steps:
- name: test:all
image: cirrusci/flutter:stable
commands:
- PATH=$PATH:$HOME/.pub-cache/bin
- flutter doctor
- flutter pub global activate melos
- melos bs
- melos run test:all

View File

@ -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';
import 'package:pointycastle/export.dart';