What's New in 1.8.1
Highlights
-
Updated to Flutter 3.41.8:
The app now targets Flutter 3.41.8, ensuring compatibility with the latest SDK features and improvements. -
Simplified Sharing Functionality:
The internal sharing mechanism has been refactored:- The custom
ShareReceiverActivityhas been removed. - All share intent handling is now managed directly in Kotlin code.
- This change improves reliability and reduces complexity when receiving files from Android's share menu.
- The custom
-
Permission Handling Removed:
The app no longer requests or manages runtime permissions for file access.- Permission logic have been deleted.
- This streamlines the user experience and reduces permission prompts.
Full Changelog: 1.8.0...1.8.1