0 purchases
pouch
Pouch #
Generic Dart utilities and helper functions
Usage #
Update your pubspec.yaml file and add pouch as a dependency
dependencies:
pouch: ^<version>
copied to clipboard
In your Dart code, add an import for pouch
import 'package:pouch/pouch.dart';
copied to clipboard
Development #
TODO: This should be updated with chassis_forge commands
Fetch dependencies #
dart pub get
copied to clipboard
Lint #
dart analyze
copied to clipboard
Format #
dart format --fix .
copied to clipboard
Test #
dart test
copied to clipboard
Future #
Build and Automation Tools using Chassis Forge
Deps
Test
Lint
Format
and update CI config
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.