jack 0.7.0 copy "jack: ^0.7.0" to clipboard
jack: ^0.7.0 copied to clipboard

Jack.

Jack

Pub Package CircleCI

Jack.

Installation #

add the following to your pubspec.yaml file:

dependencies:
  jack: <1.0.0

then run:

pub get

or with flutter:

flutter packages get

Usage #

import 'package:jack/jack.dart';

void main() {
}