bfs_manager
A dynamic local SQLite database to server synchronization manager for Flutter applications.
0.0.16
your-username/bfs_manager
What this package is like to depend on
Last release 23 days ago
31 Jul 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 13 of 13 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
13 releases · first in 2026
13 releases in the last 12 months
see the full history below
Release timeline
13 releases · Jul 2026 to Jul 2026Releases
latest 13-
0.0.1631 Jul 2026Release notes
Open source →- Added local sync queue optimization/compaction rules in
insertLocalto merge redundant pending insert, update, and delete tasks. - Added
getTaskByUuid,updateTask, anddeleteByIdtoSyncTaskDb.
- Added local sync queue optimization/compaction rules in
-
0.0.1531 Jul 2026Release notes
Open source →- Added a shared
checkFileExistshelper utility. - Converted file checking and extraction to asynchronous
await file.exists()validation.
- Added a shared
-
0.0.1431 Jul 2026Release notes
Open source →- Updated
_extractSyncFilesinApiServiceto support extracting multiple file paths represented as a List or JSON array of strings in sync payload.
- Updated
-
0.0.1328 Jul 2026Release notes
Open source →- Made
_parseResponseasynchronous andawaitall SharedPreferences write operations forusersprofile data to guarantee profile fields are fully updated and readable before API resolution.
- Made
-
0.0.1128 Jul 2026Release notes
Open source →- Added
getPreferencemethod toBfsManagerto directly retrieve cached user profile preferences by column name or key.
- Added
-
0.0.828 Jul 2026Release notes
Open source →- Added
apiLogoutmethod to call the/logoutendpoint, clear cached auth tokens, and clear the local sync task queue and database tables. - Added
apiDeleteAccountmethod to call the/delete-accountendpoint, clear cached auth tokens, and wipe local database tables for user privacy. - Added
clearLocalDatabasehelper method to dynamically find and truncate all user database tables. - Added
clearAllTaskstoSyncTaskDb.
- Added
-
0.0.728 Jul 2026Release notes
Open source →- Removed the UNIQUE constraint from the
uuidcolumn in thetb_sync_tasktable and added database upgrade support to version 2. - Updated the
insertLocalmethod to extract and use the record's actualuuidfrom the data payload map.
- Removed the UNIQUE constraint from the
-
0.0.627 Jul 2026Release notes
Open source →- Added serverTime response tracking in pullAll initial sync to cache the lastSyncTime correctly for subsequent pullUpdates.
-
0.0.527 Jul 2026Release notes
Open source →- Updated package home page README.md with the latest step-by-step Gujarati integration guide.
-
0.0.427 Jul 2026Release notes
Open source →- 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.324 Jul 2026 -
0.0.224 Jul 2026Release notes
Open source →- Added complete Gujarati integration and usage documentation to README.md.
-
0.0.124 Jul 2026Release notes
Open source →- Initial release of the bfs_manager SQLite-to-Server synchronization package.