Skip to content

Commit 0971857

Browse files
committed
+Update dependencies
1 parent c53cf02 commit 0971857

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

.gitignore

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,29 @@
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

pubspec.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository: https://github.com/robmllze/df_generate_dart_models_core
1616
funding:
1717
- https://www.buymeacoffee.com/dev_cetera
1818
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
2020
topics:
2121
- build-runner
2222
- cli
@@ -32,11 +32,12 @@ environment:
3232
## -----------------------------------------------------------------------------
3333

3434
dependencies:
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

0 commit comments

Comments
 (0)