Installation
Run this command:
flutter pub add flagship
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flagship: ^4.0.0
Now in your Dart code, you can use:
import 'package:flagship/flagship.dart'
Updated about 2 months ago