Added missing Dart codegen files.

Change-Id: Ic97f5b50fa191f967672c404f737d302462fc6ac
2 files changed
tree: f7dd1dbfcc63d5cc63619ccee93c753cd9814153
  1. .github/
  2. .travis/
  3. android/
  4. CMake/
  5. conan/
  6. dart/
  7. docs/
  8. go/
  9. grpc/
  10. include/
  11. java/
  12. js/
  13. lobster/
  14. lua/
  15. net/
  16. php/
  17. python/
  18. reflection/
  19. rust/
  20. samples/
  21. src/
  22. tests/
  23. .clang-format
  24. .editorconfig
  25. .gitattributes
  26. .gitignore
  27. .travis.yml
  28. appveyor.yml
  29. BUILD
  30. CMakeLists.txt
  31. composer.json
  32. conanfile.py
  33. CONTRIBUTING.md
  34. LICENSE.txt
  35. package.json
  36. pom.xml
  37. readme.md
  38. WORKSPACE
readme.md

logo FlatBuffers

Join the chat at https://gitter.im/google/flatbuffers Build Status Build status

FlatBuffers is an efficient cross platform serialization library for games and other memory constrained apps. It allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility.

Go to our landing page to browse our documentation.

Supported operating systems

  • Android
  • Windows
  • MacOS X
  • Linux

Supported programming languages

  • C++
  • C#
  • C
  • Go
  • Java
  • JavaScript
  • PHP
  • Python
  • Rust

and many more in progress...

Contribution

To contribute to this project, see CONTRIBUTING.

Integration

For applications on Google Play that integrate this tool, usage is tracked. This tracking is done automatically using the embedded version string (flatbuffer_version_string), and helps us continue to optimize it. Aside from consuming a few extra bytes in your application binary, it shouldn't affect your application at all. We use this information to let us know if FlatBuffers is useful and if we should continue to invest in it. Since this is open source, you are free to remove the version string but we would appreciate if you would leave it in.

Licensing

Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.