An open API service indexing awesome lists of open source software.

https://github.com/comigor/jack


https://github.com/comigor/jack

beancount dart flutter hacktoberfest jack

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

          



Jack

[![Pub Package](https://img.shields.io/pub/v/jack.svg)](https://pub.dartlang.org/packages/jack)
[![CircleCI](https://circleci.com/gh/Igor1201/jack/tree/master.svg?style=svg&circle-token=9bc247dedeb5eb3569f344ff49669ab014581533)](https://circleci.com/gh/Igor1201/jack/tree/master)

Jack.

## Installation
add the following to your `pubspec.yaml` file:
```shell
dependencies:
jack: <1.0.0
```
then run:
```shell
pub get
```
or with flutter:
```shell
flutter packages get
```

## Usage

```dart
import 'package:jack/jack.dart';

void main() {
}

```