Installation
Run this command:
flutter pub add flagshipThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flagship: ^4.0.2Now in your Dart code, you can use:
import 'package:flagship/flagship.dart'Last updated
Was this helpful?

