Showing
3 changed files
with
4 additions
and
3 deletions
@@ -9,8 +9,6 @@ import 'simple_builder.dart'; | @@ -9,8 +9,6 @@ import 'simple_builder.dart'; | ||
9 | 9 | ||
10 | typedef Disposer = void Function(); | 10 | typedef Disposer = void Function(); |
11 | 11 | ||
12 | - | ||
13 | - | ||
14 | class GetxController extends DisposableInterface { | 12 | class GetxController extends DisposableInterface { |
15 | final HashSet<StateSetter> _updaters = HashSet<StateSetter>(); | 13 | final HashSet<StateSetter> _updaters = HashSet<StateSetter>(); |
16 | 14 |
1 | name: get | 1 | name: get |
2 | description: Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with GetX. | 2 | description: Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with GetX. |
3 | -version: 3.5.0 | 3 | +version: 3.5.1 |
4 | homepage: https://github.com/jonataslaw/get | 4 | homepage: https://github.com/jonataslaw/get |
5 | 5 | ||
6 | environment: | 6 | environment: |
-
Please register or login to post a comment