https://github.com/rpmtw/rpmtw-api-client
RPMTW API Dart 用戶端函式庫
https://github.com/rpmtw/rpmtw-api-client
Last synced: 3 months ago
JSON representation
RPMTW API Dart 用戶端函式庫
- Host: GitHub
- URL: https://github.com/rpmtw/rpmtw-api-client
- Owner: RPMTW
- License: gpl-3.0
- Created: 2022-01-02T05:02:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T14:58:41.000Z (over 2 years ago)
- Last Synced: 2025-01-05T12:12:42.645Z (5 months ago)
- Language: Dart
- Homepage: https://pub.dev/packages/rpmtw_api_client
- Size: 371 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pub.dev/packages/rpmtw_api_client)
[](https://pub.dev/packages/rpmtw_api_client/score)
[](https://pub.dev/packages/rpmtw_api_client/score)
[](https://pub.dev/packages/rpmtw_api_client/score)
# RPMTW API Client for Dart/Flutter
## Install
### For dart
```bash
dart pub add rpmtw_api_client
```
### For flutter
```bash
dart pub add rpmtw_api_client_flutter
```
## Example
[For Dart](https://github.com/RPMTW/RPMTW-API-Client/blob/main/packages/rpmtw_api_client/example/main.dart)
[For Flutter](https://github.com/RPMTW/RPMTW-API-Client/blob/main/packages/rpmtw_api_client_flutter/example/main.dart)## Links
[Docs (Dart)](https://pub.dev/documentation/rpmtw_api_client/latest/)
[Docs (Flutter)](https://pub.dev/documentation/rpmtw_api_client_flutter/latest/)## Other Language
[Kotlin](https://github.com/RPMTW/RPMTW-API-Client-Kotlin)