Skip to content

kdy1/app_base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app_base

My own commons library for flutter.

Usage

Dependency injection

void main(){
  return runApp(Module().register<Service>(ServiceImpl()).build(MyApp()));
}
final svc = inject<Service>(context);

Releases

No releases published

Packages

No packages published

Languages