supa_architecture 1.8.5+1
supa_architecture: ^1.8.5+1 copied to clipboard
Architecture library for Supa Flutter applications
Changelog #
1.8.5+1 #
Fixed #
- Remove Sentry because of causing the rendering issue on some Android devices
- Replace by FirebaseCrashlytics.recordError
1.8.4+6 #
- Fix infinite page state
1.8.4+5 #
- Use infinite_scroll_pagination v4, v5 has not been compatible yet
1.8.4+3 #
Added #
- Add file handling service with platform-specific implementations for downloading and opening files
- Add FileService utility class for file type detection and URL launching
- Add support for various file types including office documents, images, videos, and PDFs
Changed #
- Update version to 1.8.4+3
Technical #
- Implement FileHandler service with conditional imports for web and IO platforms
- Add comprehensive file type detection methods in FileService
- Integrate open_file dependency for cross-platform file handling
1.8.4+2 #
- Update README
- Use DeepWiki: https://deepwiki.com/supavn/supa_architecture
1.8.3 #
- Enhance notification permission request in PushNotificationBloc to include additional options for better user control
1.8.2 #
- Add
useSentry
anduseFirebase
options
1.8.1 #
- Optimize authentication
- Fix filter json serializable
- Add date type
- Add global user class
1.8.1+rc1 #
- Optimize authentication
v1.5.3 #
Fixed #
- Switch receive email and receive notification lost the subsystem list in profile info
- Centering the empty state component
v1.2.0 #
0.0.3+preview.6 #
Added #
ApiClient
: adduploadFilesFromImagePicker
anduploadFilesFromFilePicker
methods- Check is web for where using cookie manager
0.0.3+preview.5 #
Fixed #
ApiClient
: fixeduploadFilesFromImagePicker
anduploadFilesFromFilePicker
methods for web
0.0.3+preview.4 #
Added #
ApiClient
: adduploadFilesFromImagePicker
anduploadFilesFromFilePicker
methods
0.0.3+preview.3 #
Added #
ApiClient
: adduploadFileFromImagePicker
anduploadFileFromFilePicker
methods
0.0.3+preview.2 #
0.0.3+preview.1 #
0.0.2+preview.13 #
Added #
- Compatibility table in README
- toJson for PushNotificationState and PushNotificationPayload