dirctflutter 0.1.2 copy "dirctflutter: ^0.1.2" to clipboard
dirctflutter: ^0.1.2 copied to clipboard

A Dart package for integrating Directus with Flutter applications.

Changelog #

0.1.0 Initial Release #

  • Added authentication (login, logout, me, register, resetPassword).
  • Implemented CRUD operations (fetch, create, update, delete).
  • Included filtering, sorting, and relation handling.
  • Added HTTP request support (GET, POST, PUT, DELETE).
  • Improved error handling.

Changelog #

0.1.1 Improved Features #

  • Added logout functionality.
  • Fixed authentication issues.
  • Improved error handling.

0.1.2 Bug Fixes & Improvements #

  • Fixed bodyAsJson() issue by replacing it with jsonDecode(response.body).
  • Improved error handling in AuthService and CrudService.
  • Passed all tests successfully.
0
likes
150
points
43
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart package for integrating Directus with Flutter applications.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on dirctflutter