app_base 0.5.0 copy "app_base: ^0.5.0" to clipboard
app_base: ^0.5.0 copied to clipboard

outdated

My own commons library for flutter.

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);
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

My own commons library for flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

firebase_analytics, flutter, typed_firestore

More

Packages that depend on app_base