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

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
20
pub points
0%
popularity

Publisher

unverified uploader

My own commons library for flutter.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

cloud_firestore, flutter, typed_firestore

More

Packages that depend on app_base