drift/drift_dev
Simon Binder 28417c52af
Fix lints and warnings added in Dart 3.0
2023-05-12 22:42:21 +02:00
..
bin
lib Fix lints and warnings added in Dart 3.0 2023-05-12 22:42:21 +02:00
test Support doc comments for columns in drift files 2023-05-10 12:00:44 +02:00
tool Fix lints and warnings added in Dart 3.0 2023-05-12 22:42:21 +02:00
CHANGELOG.md Support doc comments for columns in drift files 2023-05-10 12:00:44 +02:00
LICENSE
README.md
analysis_options.yaml Fix lints and warnings added in Dart 3.0 2023-05-12 22:42:21 +02:00
build.yaml Generate helper Dart file to serialize types 2022-12-25 19:10:48 +01:00
dart_test.yaml
drift_dev.build.yaml Fix tests with new generator 2022-11-19 16:24:07 +01:00
pubspec.yaml Support doc comments for columns in drift files 2023-05-10 12:00:44 +02:00

README.md

Drift Generator

This library contains the generator that turns your Table classes from drift into database code. It should be used as a development dependency when using the drift package.

Please see the homepage of drift for details on how to use this package.