Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rpmtw/rpmtw-api-client

RPMTW API Dart 用戶端函式庫
https://github.com/rpmtw/rpmtw-api-client

Last synced: about 2 months ago
JSON representation

RPMTW API Dart 用戶端函式庫

Awesome Lists containing this project

README

        

[![pub package](https://img.shields.io/pub/v/rpmtw_api_client.svg)](https://pub.dev/packages/rpmtw_api_client)
[![likes](https://badges.bar/rpmtw_api_client/likes)](https://pub.dev/packages/rpmtw_api_client/score)
[![popularity](https://badges.bar/rpmtw_api_client/popularity)](https://pub.dev/packages/rpmtw_api_client/score)
[![pub points](https://badges.bar/rpmtw_api_client/pub%20points)](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)