Jack.
More...
add the following to your pubspec.yaml file:
pubspec.yaml
dependencies: jack: <1.0.0
then run:
pub get
or with flutter:
flutter packages get
import 'package:jack/jack.dart'; void main() { }
borges.dev
Repository (GitHub)
API reference
MIT (license)
freezed_annotation, intl, money2, petitparser
Packages that depend on jack
Back