Skip to main content

Instalation

It's simple, you need three step to add this package.

pubspec.yaml
   flutter_injections: ^any # or current version

And you need to import the package on file you use.

yourfile.dart
import 'package:flutter_injections/flutter_injections.dart';