dependency_scope 1.1.2
dependency_scope: ^1.1.2 copied to clipboard
This package was created to facilitate the use of Dependency Injection in a Flutter project
import 'package:example/app/runner/app_runner.dart';
/// The entry point of the application.
///
/// This function calls the [AppRunner.run] method to initialize dependencies
/// and start the Flutter application.
void main() => AppRunner.run();