https://github.com/sinri/wing
A kit for Flutter and Dart, to be found on pub.dev.
https://github.com/sinri/wing
Last synced: about 1 year ago
JSON representation
A kit for Flutter and Dart, to be found on pub.dev.
- Host: GitHub
- URL: https://github.com/sinri/wing
- Owner: sinri
- License: mit
- Created: 2024-11-18T02:56:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T10:54:43.000Z (over 1 year ago)
- Last Synced: 2025-01-29T18:33:15.518Z (over 1 year ago)
- Language: Dart
- Size: 14.6 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
# wing
A kit for Flutter and Dart.
Use `dart pub publish` to publish it to publisher `sinri.cc`.
## JSON Helper
Class `JsonObjectReader` to be extended as subclasses, where getters could be defined.
## Network
Class `HttpHelper` to be extended to implement a certain HTTP API/SSE Request.