ff_lumina_ios_mods 0.0.1
ff_lumina_ios_mods: ^0.0.1 copied to clipboard
this is a plugin for self-learning purposes. I intend to reference it in my application to understand how that works.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ff_lumina_ios_modsWith Flutter:
$ flutter pub add ff_lumina_ios_modsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ff_lumina_ios_mods: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ff_lumina_ios_mods/ff_lumina_ios_mods.dart';