File tree Expand file tree Collapse file tree 2 files changed +24
-13
lines changed Expand file tree Collapse file tree 2 files changed +24
-13
lines changed Original file line number Diff line number Diff line change 1010# # ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
1111# #.title~
1212
13- ** / .dart_tool /
13+ # MacOS.
1414** /.DS_Store
15- ** /build /
16- ** /pubspec.lock
17- ** /.github /.git
18- ** /.metadata
15+
16+ # Dart & Flutter.
17+ ** /.dart_tool /
1918** /.flutter-plugins
2019** /.flutter-plugins-dependencies
20+ ** /.metadata
21+ ** /.pub-cache /
22+ ** /.pub /
23+ ** /build /
2124** /pubspec_overrides.yaml
25+ ** /pubspec.lock
26+ ** /custom_lint.log
27+
28+ # GitHub.
29+ ** /.github /.git
2230
23- # Don't support IntelliJ .
24- ** /* .iml
25- ** /* .idea /
31+ # Firebase .
32+ ** /.firebase
33+ ** /firebase-debug.log
2634
27- # custom_lint
28- ** /custom_lint.log
35+ # Android
36+ /android /app /debug
37+ /android /app /profile
38+ /android /app /release
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repository: https://github.com/robmllze/df_generate_dart_models_core
1616funding :
1717 - https://www.buymeacoffee.com/dev_cetera
1818description : A package that provides core dependencies for models generated with df_generate_dart_models.
19- version : 0.9.21
19+ version : 0.9.22
2020topics :
2121 - build-runner
2222 - cli
@@ -32,11 +32,12 @@ environment:
3232# # -----------------------------------------------------------------------------
3333
3434dependencies :
35+ equatable : ^2.0.7
36+
3537 df_collection : ^0.9.8
3638 df_string : ^0.2.7
3739 df_type : ^0.14.2
38- df_gen_core : ^0.6.16
39- equatable : ^2.0.7
40+ df_gen_core : ^0.7.0
4041
4142# # -----------------------------------------------------------------------------
4243
You can’t perform that action at this time.
0 commit comments