https://github.com/comigor/jack
https://github.com/comigor/jack
beancount dart flutter hacktoberfest jack
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/comigor/jack
- Owner: comigor
- License: mit
- Created: 2018-10-29T23:28:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T03:48:35.000Z (over 2 years ago)
- Last Synced: 2025-03-29T03:23:46.164Z (about 1 year ago)
- Topics: beancount, dart, flutter, hacktoberfest, jack
- Language: Dart
- Homepage:
- Size: 186 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Jack
[](https://pub.dartlang.org/packages/jack)
[](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() {
}
```