Pouch
Generic Dart utilities and helper functions
Usage
Update your pubspec.yaml
file and add pouch
as a dependency
dependencies:
pouch: ^<version>
In your Dart code, add an import for pouch
import 'package:pouch/pouch.dart';
Development
TODO: This should be updated with chassis_forge commands
Fetch dependencies
dart pub get
Lint
dart analyze
Format
dart format --fix .
Test
dart test
Future
- Build and Automation Tools using Chassis Forge
- Deps
- Test
- Lint
- Format
- and update CI config