Ivan Dlugos
a783bc9267
chore: dart 2.0.5 release changes ( #6983 )
2022-01-20 13:30:03 -08:00
Ivan Dlugos
256ab3798d
WIP: Dart release 2.0 ( #6927 )
...
* chore: make flatc artifacts from CI executable
* chore: prepare dart 2.0.0 release
* refactor: update description in pubspec.yaml to make pub.dev happy
"The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters."
2021-11-18 10:56:29 -08:00
Ivan Dlugos
e3c76a5cde
Dart lints ( #6808 )
...
* Dart - add analysis options with the recommended lints
* Dart - generate code without linter issues
* Dart - remove linter issues in example and test code
* Dart - remove linter issues in lib code
* Dart - update generate code in /tests/
2021-08-30 12:54:59 -07:00
Ivan Dlugos
97d9527f6c
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
2021-08-02 13:31:36 -07:00
Ivan Dlugos
a6ee335574
Dart null safety ( #6696 )
...
* Dart null-safety - prepare migration annotations in library files
* Dart null-safety - apply migration
* Dart null-safety - update flatc to generate valid code
* Dart null-safety - fix flatc generated code and adjust tests
* Dart null-safety - update example and the generated code in the tests folder
* Dart null safety - minor review changes
* Dart - apply `dartfmt -w .`
2021-06-22 08:54:57 -07:00
Wouter van Oortmerssen
8a7d013f85
Updated main version numbers to 2.0
2021-05-10 11:14:47 -07:00
Wouter van Oortmerssen
6df40a2471
pre-tag version bump for 1.12
...
Change-Id: I84a9365e9d8a1afe333b1df85058401ffe0a6b7c
2020-03-12 15:33:39 -07:00
Wouter van Oortmerssen
9e7e8cbe9f
Bumped version to 1.11.0
...
Change-Id: I0c87ad2cf8f8768cf40c5b7abea0add087a5518a
2019-04-24 11:34:53 -07:00
Wouter van Oortmerssen
c0698cc33f
Bumped version to 1.10.1 for all languages.
...
Change-Id: I9a6256d90ea800834a887afdcf888df412018933
2018-10-03 12:48:47 -07:00
Dan Field
fd40cc61a4
Ensure strings are null terminated when written from Dart ( #4862 )
...
* Update for Dart 2.x constants
* Fix strings, update test, add CHANGELOG for Dart
2018-08-09 09:50:54 -07:00
Dan Field
2361dfb66a
Update for Dart 2.x constants ( #4842 )
2018-07-26 14:21:23 -07:00
Dan Field
88912640d0
Add [Dart] support ( #4676 )
...
* Add [Dart] support
* fix enum vectors
* Allow for opt out of string interning
* fix comment style, make interning opt in
* remove Offset<T>, prefer int
* avoid creating unnecessary vtable objects
* start work on tests - do not generate builder if struct has 0 fields - add int64
* support reading structs properly
* correctly handle reading vectors of structs, dartfmt
* support structs, fix unnecessary prepares
* fix bool customizations
* undo unintentional removal of file
* docs updates, complete tutorial, bug fix for codegen
* more documentation
* Update docs, add to doxygen file
* update package structure, add samples script/code
* rearrange sample
* Tests
* Add readme for pub
* cleanup package for pub
* update docs for renamed file
* remove custom matcher, use `closeTo` instead
* remove unintentional file
* remove unintended file checkin
* use auto, move method, cleanup
* refactor to ObjectBuilders, add Builders
* Update tests, examples
* Add files missing from previous commit
* documentation and example updates
* Update LICENSE, make dartanalyzer happy, fix minor bugs, get rid of duplicate files, publish script
* fix sample for slightly different schema
* Update pubspec.yaml
2018-05-18 11:06:15 -07:00