supa_architecture 1.9.1+5 
supa_architecture: ^1.9.1+5 copied to clipboard
Architecture library for Supa Flutter applications
Changelog #
1.9.1+4 #
- Update authentication with equatable mixin
 
1.9.1+1 #
Fixed #
- Fix: Remove Sentry integration due to rendering issues on some Android devices, switch to using only FirebaseCrashlytics for error reporting
 - Fix: Update error handling bloc to log errors exclusively to FirebaseCrashlytics
 - Fix: Push notification BLoC improvements and documentation updates
 
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 
useSentryanduseFirebaseoptions 
1.8.1 #
- Optimize authentication
 - Fix filter json serializable
 - Add date type
 - Add global user class
 
1.8.1+rc1 #
- Optimize authentication
 
1.5.3 #
Fixed #
- Switch receive email and receive notification lost the subsystem list in profile info
 - Centering the empty state component
 
1.2.0 #
0.0.3+preview.6 #
Added #
ApiClient: adduploadFilesFromImagePickeranduploadFilesFromFilePickermethods- Check is web for where using cookie manager
 
0.0.3+preview.5 #
Fixed #
ApiClient: fixeduploadFilesFromImagePickeranduploadFilesFromFilePickermethods for web
0.0.3+preview.4 #
Added #
ApiClient: adduploadFilesFromImagePickeranduploadFilesFromFilePickermethods
0.0.3+preview.3 #
Added #
ApiClient: adduploadFileFromImagePickeranduploadFileFromFilePickermethods
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