t_flutter_api_client 1.0.2 copy "t_flutter_api_client: ^1.0.2" to clipboard
t_flutter_api_client: ^1.0.2 copied to clipboard

A new flutter package for api client using dart, flutter, dio and ...

Introduction #

Api client for flutter mobile & web

Class #

  • TClient

Usage #

final dio = Dio();
final client = TClient(dio, baseUrl: "http://localhost:3000");
final results = await client.readAll("module/read-all");
print(results);
1
likes
160
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A new flutter package for api client using dart, flutter, dio and ...

Homepage

License

MIT (license)

Dependencies

dio, flutter

More

Packages that depend on t_flutter_api_client