dart-build-system
There are 16 repositories under dart-build-system topic.
simolus3/drift
Drift is an easy to use, reactive, typesafe persistence library for Dart & Flutter.
google/json_serializable.dart
Generates utilities to aid in serializing to/from JSON.
dart-lang/build
A build system for Dart written in Dart
GoogleCloudPlatform/functions-framework-dart
FaaS (Function as a service) framework for writing portable Dart functions
dart-lang/source_gen
Automatic source code generation for Dart
xsahil03x/super_enum
Create super-powered dart enums similar to sealed classes in Kotlin
kevmoo/build_cli
A builder that generates an ArgsParser from a class
kevmoo/build_verify
A Dart package to verify that the build is up-to-date with respect to a git repository
kevmoo/build_version
A builder for extracting a package version into code
Huangjiaqi0421/json_serializable_plus
Generates utilities to aid in serializing from json
kevmoo/source_gen_test
Test APIs to make it easier to create robust test for package:source_gen Generators
kosukesaigusa/code_generation_samples
💙 A collection of sample packages for code generation in Dart, featured in FlutterKaigi 2023
Hecatoncheir/env_configurable.dart
Generate class with properties from environment variables.
emergent-design/translatable
A dart library for generating language translation modules from annotations
hacker1024/redux_action_extension_generator.dart
A Dart-style equivalent to JavaScript Redux's action creator concept.
mrgnhnt96/json_fields
Generates a class to access the serialized names of the fields in your Dart Object.