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 10
10
# # ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
11
11
# #.title~
12
12
13
- ** / .dart_tool /
13
+ # MacOS.
14
14
** /.DS_Store
15
- ** /build /
16
- ** /pubspec.lock
17
- ** /.github /.git
18
- ** /.metadata
15
+
16
+ # Dart & Flutter.
17
+ ** /.dart_tool /
19
18
** /.flutter-plugins
20
19
** /.flutter-plugins-dependencies
20
+ ** /.metadata
21
+ ** /.pub-cache /
22
+ ** /.pub /
23
+ ** /build /
21
24
** /pubspec_overrides.yaml
25
+ ** /pubspec.lock
26
+ ** /custom_lint.log
27
+
28
+ # GitHub.
29
+ ** /.github /.git
22
30
23
- # Don't support IntelliJ .
24
- ** /* .iml
25
- ** /* .idea /
31
+ # Firebase .
32
+ ** /.firebase
33
+ ** /firebase-debug.log
26
34
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
16
16
funding :
17
17
- https://www.buymeacoffee.com/dev_cetera
18
18
description : A package that provides core dependencies for models generated with df_generate_dart_models.
19
- version : 0.9.21
19
+ version : 0.9.22
20
20
topics :
21
21
- build-runner
22
22
- cli
@@ -32,11 +32,12 @@ environment:
32
32
# # -----------------------------------------------------------------------------
33
33
34
34
dependencies :
35
+ equatable : ^2.0.7
36
+
35
37
df_collection : ^0.9.8
36
38
df_string : ^0.2.7
37
39
df_type : ^0.14.2
38
- df_gen_core : ^0.6.16
39
- equatable : ^2.0.7
40
+ df_gen_core : ^0.7.0
40
41
41
42
# # -----------------------------------------------------------------------------
42
43
You can’t perform that action at this time.
0 commit comments