module_provider 2.4.0 copy "module_provider: ^2.4.0" to clipboard
module_provider: ^2.4.0 copied to clipboard

Package to make it easy to build applications in the module structure, with service injection, components and state management with providers.

example/lib/main.dart

import 'package:flutter/material.dart';

import './app_module.dart';

void main() => runApp(AppModule());
6
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Package to make it easy to build applications in the module structure, with service injection, components and state management with providers.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, useful_classes

More

Packages that depend on module_provider