mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 15:38:51 +00:00
[Dart] Implement putBool to fix errors when serializing structs with bools (#7359)
* [Dart] Implement putBool to fix errors when serializing structs with bools * Add tests
This commit is contained in:
@@ -26,6 +26,7 @@ cp monster_test.fbs ../dart/test
|
||||
cd ../dart
|
||||
|
||||
../flatc --dart --gen-object-api -o ./test ./test/list_of_enums.fbs
|
||||
../flatc --dart --gen-object-api -o ./test ./test/bool_structs.fbs
|
||||
|
||||
# update packages
|
||||
dart pub get
|
||||
|
||||
Reference in New Issue
Block a user