bfs_manager 0.0.8 copy "bfs_manager: ^0.0.8" to clipboard
bfs_manager: ^0.0.8 copied to clipboard

A dynamic local SQLite database to server synchronization manager for Flutter applications.

0.0.8 #

  • Added apiLogout method to call the /logout endpoint, clear cached auth tokens, and clear the local sync task queue and database tables.
  • Added apiDeleteAccount method to call the /delete-account endpoint, clear cached auth tokens, and wipe local database tables for user privacy.
  • Added clearLocalDatabase helper method to dynamically find and truncate all user database tables.
  • Added clearAllTasks to SyncTaskDb.

0.0.7 #

  • Removed the UNIQUE constraint from the uuid column in the tb_sync_task table and added database upgrade support to version 2.
  • Updated the insertLocal method to extract and use the record's actual uuid from the data payload map.

0.0.6 #

  • Added serverTime response tracking in pullAll initial sync to cache the lastSyncTime correctly for subsequent pullUpdates.

0.0.5 #

  • Updated package home page README.md with the latest step-by-step Gujarati integration guide.

0.0.4 #

  • Added support for dynamic column file detection on nested push sync payloads.
  • Scoped sync status responses to boolean true/false.
  • Added PRAGMA table_info verification checks on insertions to ignore missing server columns dynamically.
  • Added native support for JWT Register, Login, and Social Login tokens caching.

0.0.3 #

  • Restructured step-by-step Gujarati integration guide in README.md.

0.0.2 #

  • Added complete Gujarati integration and usage documentation to README.md.

0.0.1 #

  • Initial release of the bfs_manager SQLite-to-Server synchronization package.
0
likes
0
points
518
downloads

Publisher

unverified uploader

Weekly Downloads

A dynamic local SQLite database to server synchronization manager for Flutter applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, fluttertoast, http, path, shared_preferences, sqflite, uuid

More

Packages that depend on bfs_manager