icapps_architecture 2.1.2
icapps_architecture: ^2.1.2 copied to clipboard
icapps architecture components for flutter projects. Contains commonly used code for logging, extensions, ...
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add icapps_architectureWith Flutter:
$ flutter pub add icapps_architectureThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
icapps_architecture: ^2.1.2Alternatively, 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:icapps_architecture/icapps_architecture.dart';