open_file 2.0.3 open_file: ^2.0.3 copied to clipboard
A plug-in that can call native APP to open files with string result in flutter,support iOS(UTI) and android(intent)
2.0.3 #
- change use FileProvider from Android M to Android N
2.0.2 #
- catch No Activity found to handle Intent exception
- Optimize request REQUEST_INSTALL_PACKAGES permission on Android O
2.0.1+2 #
- fix android M FLAG_GRANT_READ_URI_PERMISSION
2.0.1+1 #
- Fixed crash caused by third party plug-in request permissions
2.0.1 #
- migrate to androidx
1.3.0 #
- roll back support
1.2.3+1 #
- request READ_EXTERNAL_STORAGE when the file is not in the app directory
1.2.3 #
- Optimize permission request logic on android
1.2.2+2 #
- fix crash when requestPermission
1.2.2+1 #
- migrate to androidx
1.2.2 #
- ask for permission when needed
1.2.1 #
- fix somethings
1.2.0 #
- Add custom parameters,"type" android,"uti" iOS
1.1.1 #
- fix startActivity crash in android
1.1.0 #
- fix ios open file
1.0.7 #
- resolve conflict with other plugins about FileProvider and multi appcompat-v7 compile
1.0.6 #
- resolve conflict with image_provider plugin
1.0.5 #
- Just Support >=2.0.0-dev.28.0
1.0.4 #
- Just Support Dart2
1.0.3 #
- Just Support Dart2
1.0.2 #
- Ios Support added and support android 7.0 or above