citrus_foundation_module 0.1.0
citrus_foundation_module: ^0.1.0 copied to clipboard
this package is citrus foundation module.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add citrus_foundation_moduleWith Flutter:
$ flutter pub add citrus_foundation_moduleThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
citrus_foundation_module: ^0.1.0Alternatively, 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:citrus_foundation_module/citrus_foundation_module.dart';