dependency_scope 1.1.2 copy "dependency_scope: ^1.1.2" to clipboard
dependency_scope: ^1.1.2 copied to clipboard

This package was created to facilitate the use of Dependency Injection in a Flutter project

example/lib/main.dart

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();
4
likes
155
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

This package was created to facilitate the use of Dependency Injection in a Flutter project

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_test, logging

More

Packages that depend on dependency_scope