A port of KitX.Shared in dart.
Features
Using build_value
: https://pub.dev/documentation/built_value/latest/
Getting started
With Dart:
dart pub add kitx_shared_dart
With Flutter:
flutter pub add kitx_shared_dart
Plugins
VSCode: Built Value Snippets
Or use plugin code
vscode:extension/GiancarloCode.built-value-snippets
IntelliJ: Built Value Snippets
Usage
Additional information
Notice
.g.dart
files are auto generated, you'd better do not edit them manually.- Without
.g.dart
files, editor will throw errors and you can not compile project which is normal. - Accroding to documentation, you'd better push
.g.dart
files.