Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jonny Borges
2020-09-29 20:16:35 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-09-29 20:16:35 -0300
Commit
dd35c4e90e360c8fcd2d06bc2af4e6e7b8ded858
dd35c4e9
1 parent
909e1a00
Update instance_manager.dart
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
getx/lib/instance_manager.dart
getx/lib/instance_manager.dart
View file @
dd35c4e
1
-
library
get
;
1
+
/// Get Instance Manager is a modern and intelligent dependency injector
2
+
/// that injects and removes dependencies seasonally.
3
+
library
instance_manager
;
2
4
3
export
'package:get_instance/get_instance.dart'
;
5
export
'package:get_instance/get_instance.dart'
;
Please
register
or
login
to post a comment