ccci_run 1.1.4+25
ccci_run: ^1.1.4+25 copied to clipboard
This project sets up a basic folder structure and creates default files for a Flutter application. The structure aims to provide a clear organization for project components, making it easier to manage [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ccci_runWith Flutter:
$ flutter pub add ccci_runThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ccci_run: ^1.1.4+25Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.