File tree Expand file tree Collapse file tree 4 files changed +26
-27
lines changed Expand file tree Collapse file tree 4 files changed +26
-27
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ Dart & Flutter Packages by dev-cetera.com & contributors.
11
11
12
12
---
13
13
14
+ [ ![ banner] ( https://github.com/dev-cetera/df_safer_dart/blob/v0.9.6/doc/assets/banner.png?raw=true )] ( https://github.com/dev-cetera )
15
+
14
16
<!-- BEGIN _README_CONTENT -->
15
17
16
18
## Summary
Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ name: df_scalable
14
14
homepage : https://dev-cetera.com/
15
15
repository : https://github.com/robmllze/df_scalable
16
16
funding :
17
- - https://www.buymeacoffee.com/dev_cetera
17
+ - https://www.buymeacoffee.com/dev_cetera
18
+ - https://www.patreon.com/c/RobertMollentze
19
+ - https://github.com/sponsors/robmllze
18
20
description : A package that provides a convenient method to scale your app UI up or down.
19
21
version : 0.9.6
20
22
topics :
@@ -34,7 +36,7 @@ environment:
34
36
dependencies :
35
37
flutter :
36
38
sdk : flutter
37
- df_pod : ^0.18.8
39
+ df_pod : ^0.18.10
38
40
39
41
# # -----------------------------------------------------------------------------
40
42
You can’t perform that action at this time.
0 commit comments