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,17 +21,12 @@ set -e
command -v dart >/dev/null 2>&1 || { echo >&2 "Require `dart` but it's not installed. Aborting."; exit 1; }
cp ../samples/monster.fbs example/
cp ../tests/monster_test.fbs test/
cp -r ../tests/include_test/*.fbs test/
cp -r ../tests/include_test/sub test/
pushd example
../../flatc --dart ./monster.fbs
pushd ../tests
./DartTest.sh
popd
pushd test
../../flatc --dart ./monster_test.fbs
pushd ../samples
./dart_sample.sh
popd
dart pub publish