Dart 2.0 release prep (#6759)

* Dart - pubspec.yaml shouldn't contain authors section anymore - it's unused

* Dart - update CHANGELOG.md

* Dart - update test and publish scripts
This commit is contained in:
Ivan Dlugos
2021-08-02 22:31:36 +02:00
committed by GitHub
parent e012054667
commit 97d9527f6c
7 changed files with 185 additions and 26 deletions

View File

@@ -21,6 +21,7 @@ command -v dart >/dev/null 2>&1 || { echo >&2 "Dart tests require dart to be in
# distribute them and more people can more easily run the dart tests
../flatc --dart --gen-object-api -I include_test -o ../dart/test monster_test.fbs
cp monsterdata_test.mon ../dart/test
cp monster_test.fbs ../dart/test
cd ../dart
@@ -28,6 +29,3 @@ cd ../dart
dart pub get
# Execute the sample.
dart test
# cleanup
rm ../dart/test/monsterdata_test.mon