Showing
11 changed files
with
12 additions
and
23 deletions
@@ -5,7 +5,7 @@ import 'package:flutter/cupertino.dart'; | @@ -5,7 +5,7 @@ import 'package:flutter/cupertino.dart'; | ||
5 | import 'package:flutter/gestures.dart'; | 5 | import 'package:flutter/gestures.dart'; |
6 | import 'package:flutter/material.dart'; | 6 | import 'package:flutter/material.dart'; |
7 | import 'package:get_core/get_core.dart'; | 7 | import 'package:get_core/get_core.dart'; |
8 | -import 'package:get_instance/get_instance.dart'; | 8 | +import 'package:get_state_manager/get_state_manager.dart'; |
9 | import 'package:get_utils/get_utils.dart'; | 9 | import 'package:get_utils/get_utils.dart'; |
10 | import '../../get_navigation.dart'; | 10 | import '../../get_navigation.dart'; |
11 | import 'custom_transition.dart'; | 11 | import 'custom_transition.dart'; |
1 | import 'package:flutter/widgets.dart'; | 1 | import 'package:flutter/widgets.dart'; |
2 | -import 'package:get_instance/get_instance.dart'; | 2 | +import 'package:get_state_manager/get_state_manager.dart'; |
3 | import 'custom_transition.dart'; | 3 | import 'custom_transition.dart'; |
4 | import 'transitions_type.dart'; | 4 | import 'transitions_type.dart'; |
5 | 5 |
1 | name: get_navigation | 1 | name: get_navigation |
2 | description: Open Screens, bottomsheets, dialogs, e snackbars with no context using GetX™ framework. | 2 | description: Open Screens, bottomsheets, dialogs, e snackbars with no context using GetX™ framework. |
3 | version: 3.10.2 | 3 | version: 3.10.2 |
4 | -author: | ||
5 | homepage: https://github.com/jonataslaw/getx | 4 | homepage: https://github.com/jonataslaw/getx |
6 | 5 | ||
7 | environment: | 6 | environment: |
1 | name: get_rx | 1 | name: get_rx |
2 | description: A set of powerful tools to provide reactive programming for the GetX™ framework. | 2 | description: A set of powerful tools to provide reactive programming for the GetX™ framework. |
3 | version: 3.10.2 | 3 | version: 3.10.2 |
4 | -author: | ||
5 | homepage: https://github.com/jonataslaw/getx | 4 | homepage: https://github.com/jonataslaw/getx |
6 | 5 | ||
7 | environment: | 6 | environment: |
1 | name: get_state_manager | 1 | name: get_state_manager |
2 | description: The most powerful, easier and flexible StateManager to Flutter and GetX™ framework. | 2 | description: The most powerful, easier and flexible StateManager to Flutter and GetX™ framework. |
3 | version: 3.10.2 | 3 | version: 3.10.2 |
4 | -author: | ||
5 | homepage: https://github.com/jonataslaw/getx | 4 | homepage: https://github.com/jonataslaw/getx |
6 | 5 | ||
7 | environment: | 6 | environment: |
1 | name: get_utils | 1 | name: get_utils |
2 | description: A set of tools that allows you to access high-level APIs and obtain validation tools for Flutter and GetX™ framework. | 2 | description: A set of tools that allows you to access high-level APIs and obtain validation tools for Flutter and GetX™ framework. |
3 | version: 3.10.2 | 3 | version: 3.10.2 |
4 | -author: | ||
5 | homepage: https://github.com/jonataslaw/getx | 4 | homepage: https://github.com/jonataslaw/getx |
6 | 5 | ||
7 | environment: | 6 | environment: |
-
Please register or login to post a comment