Skip to content

comigor/jack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

337a13b · Oct 4, 2023

History

61 Commits
Oct 22, 2020
Oct 4, 2023
Oct 4, 2023
Oct 4, 2023
Oct 4, 2023
Oct 29, 2018
Oct 4, 2023
Oct 29, 2018
Oct 29, 2018
Jan 22, 2023
Oct 4, 2023

Repository files navigation

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() {
}