dio_client_deta_api 0.0.1 copy "dio_client_deta_api: ^0.0.1" to clipboard
dio_client_deta_api: ^0.0.1 copied to clipboard

Implementation of the `client_deta_api` package using the Dio package.

example/example.md

Example #

// start deta instance using client `DioClientDetaApi`.
final deta = Deta(projectKey: projectKey, client: DioClientDetaApi(dio: Dio()));

// Connect to  the `lenguages` DetaBase.
final detabase = deta.base('lenguages');

// Get a spesific element form the key.
final item = await detabase.get('dart-g');

0
likes
150
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

Implementation of the `client_deta_api` package using the Dio package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

client_deta_api, dio

More

Packages that depend on dio_client_deta_api