module_provider 1.3.0 module_provider: ^1.3.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.
import 'package:flutter/material.dart';
import './app/app_module.dart';
void main() => runApp(AppModule());