Installation
flutter pub add flagshipdependencies:
flagship: ^4.3.0import 'package:flagship/flagship.dart'Last updated
Was this helpful?
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.3.0Now in your Dart code, you can use:
import 'package:flagship/flagship.dart'Last updated
Was this helpful?
Was this helpful?

