dirctflutter 0.1.3 copy "dirctflutter: ^0.1.3" to clipboard
dirctflutter: ^0.1.3 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.1.3 YYYY-MM-DD #

Fixed #

  • Fixed me() method to properly handle unauthorized responses.
  • Updated logout handling to correctly clear tokens and throw an exception when accessing me() after logout.
  • Improved test coverage for authentication functions.
0
likes
150
points
45
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