Committed by
GitHub
Merge pull request #668 from wbemanuel/rename-get-instance-lifecircle
Rename get instance lifecircle
Showing
3 changed files
with
2 additions
and
2 deletions
@@ -2,4 +2,4 @@ export 'package:get_core/get_core.dart'; | @@ -2,4 +2,4 @@ export 'package:get_core/get_core.dart'; | ||
2 | export 'src/bindings_interface.dart'; | 2 | export 'src/bindings_interface.dart'; |
3 | export 'src/extension_instance.dart'; | 3 | export 'src/extension_instance.dart'; |
4 | export 'src/get_instance.dart'; | 4 | export 'src/get_instance.dart'; |
5 | -export 'src/lifecircle.dart'; | 5 | +export 'src/lifecycle.dart'; |
@@ -3,7 +3,7 @@ import 'dart:collection'; | @@ -3,7 +3,7 @@ import 'dart:collection'; | ||
3 | 3 | ||
4 | import 'package:get_core/get_core.dart'; | 4 | import 'package:get_core/get_core.dart'; |
5 | 5 | ||
6 | -import 'lifecircle.dart'; | 6 | +import 'lifecycle.dart'; |
7 | 7 | ||
8 | class GetInstance { | 8 | class GetInstance { |
9 | factory GetInstance() => _getInstance ??= GetInstance._(); | 9 | factory GetInstance() => _getInstance ??= GetInstance._(); |
-
Please register or login to post a comment