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)View/report issues
unknown (license)
Packages that depend on jack
Back