summaryrefslogtreecommitdiff
path: root/dart/lib
AgeCommit message (Expand)AuthorFilesLines
2023-05-01`flat_buffers.dart`: mark const variable finals for internal Dart lintersDerek Bailey1-27/+27
2022-12-12Fix a bug where a floating point number was cast to int and the value was sto...Maxim Zaks1-1/+1
2022-08-26Fix typos (#7483)Derek Bailey2-2/+2
2022-07-07Fix references to LICENSE file (#7377)Ian Hickson1-4/+0
2022-06-28[Dart] Implement putBool to fix errors when serializing structs with bools (#...Will Hughes1-0/+9
2022-02-01one last dart omit local (#7070)Derek Bailey1-1/+1
2022-02-01more omit type annotations for dart local variables (#7069)Derek Bailey1-7/+7
2022-02-01omit type annotations for dart local variables (#7067)Derek Bailey1-55/+55
2021-09-28dart - add Packable interface (#6846)Ivan Dlugos1-0/+6
2021-09-15Dart: binary lists (typed_data) (#6839)Ivan Dlugos2-9/+66
2021-08-30Dart lints (#6808)Ivan Dlugos4-61/+63
2021-07-29Dart - make ascii optimization optional in StringReader, same as in writeStri...Ivan Dlugos1-5/+6
2021-07-26Dart - change table building to assert() instead of exceptions (#6754)Ivan Dlugos1-46/+40
2021-07-26Dart - inline small functions to increase performance (#6755)Ivan Dlugos1-134/+172
2021-07-26Dart - fixup writeString() return type after previous merges (#6753)Ivan Dlugos1-2/+2
2021-07-22Dart - optimize writeString for ASCII (#6736)Ivan Dlugos1-11/+50
2021-07-20Dart - make writeString() argument non-nullable (#6737)Ivan Dlugos1-10/+6
2021-07-19Dart - make vTable fixed size (expect the number of fields when creating) (#6...Ivan Dlugos1-17/+31
2021-07-15Dart - make vTable deduplication optional (#6734)Ivan Dlugos1-15/+22
2021-07-09Dart - finish/lowFinish/buffer changes (#6712)Ivan Dlugos1-9/+9
2021-07-09Dart - unpack() must use eager list reader (#6723)Ivan Dlugos1-6/+20
2021-07-09Dart - fix flex-builder compilation error (#6722)Ivan Dlugos1-4/+6
2021-07-09Dart - make sure added padding is zeroed, same as in C++ (#6716)Ivan Dlugos1-1/+17
2021-07-08Dart - add custom allocator support (#6711)Ivan Dlugos1-12/+70
2021-06-22Dart null safety (#6696)Ivan Dlugos4-315/+384
2021-06-13dart - change Builder.reset() to reuse an existing buffer (#6661)Ivan Dlugos1-5/+4
2021-01-21dart Builder - expose finished buffer size (#6403)Ivan Dlugos1-6/+8
2021-01-07fix Dart Builder._writeString() - always write trailing zero byte (#6390)Ivan Dlugos1-0/+1
2021-01-07fix Dart Builder.reset() - clear vTables (#6386)Ivan Dlugos1-0/+1
2020-09-10[JS] FlexBuffers Fix for wrong type of offset and length values (#6107)Maxim Zaks3-24/+52
2020-05-18[Dart] Adding FlexBuffers support (#5853)Maxim Zaks4-0/+1252
2019-12-18[Dart] Fix prepare space for writeListInt64 and writeListUint64 (#5654)Light Lin1-3/+3
2018-08-09Ensure strings are null terminated when written from Dart (#4862)Dan Field1-1/+1
2018-07-26Update for Dart 2.x constants (#4842)Dan Field1-23/+23
2018-05-18Add [Dart] support (#4676)Dan Field1-0/+1241