Showing
1 changed file
with
1 additions
and
2 deletions
1 | name: get | 1 | name: get |
2 | description: Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX. | 2 | description: Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX. |
3 | -version: 3.25.6 | 3 | +version: 4.0.0-nullsafety.0 |
4 | homepage: https://github.com/jonataslaw/getx | 4 | homepage: https://github.com/jonataslaw/getx |
5 | 5 | ||
6 | environment: | 6 | environment: |
@@ -9,7 +9,6 @@ environment: | @@ -9,7 +9,6 @@ environment: | ||
9 | dependencies: | 9 | dependencies: |
10 | flutter: | 10 | flutter: |
11 | sdk: flutter | 11 | sdk: flutter |
12 | - collection: ^1.15.0-nullsafety.4 | ||
13 | 12 | ||
14 | dev_dependencies: | 13 | dev_dependencies: |
15 | integration_test: | 14 | integration_test: |
-
Please register or login to post a comment