https://github.com/jonathanlight/flutter_john
flutter package
https://github.com/jonathanlight/flutter_john
Last synced: about 1 year ago
JSON representation
flutter package
- Host: GitHub
- URL: https://github.com/jonathanlight/flutter_john
- Owner: Jonathanlight
- License: mit
- Created: 2022-02-02T08:37:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T02:52:53.000Z (over 4 years ago)
- Last Synced: 2023-08-20T21:58:39.707Z (almost 3 years ago)
- Language: Dart
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter John
Apprendre a créer un package
## Getting started
start using the package. `pubspec.yaml`
```yaml
dependencies:
flutter_john: ^0.0.1
```
## Usage
```dart
import 'package:flutter_john/flutter_john.dart';
```