flutter_file_view 1.1.2 flutter_file_view: ^1.1.2 copied to clipboard
File view plugin for Flutter, support local file and network link of Android, iOS
1.1.2 #
- iOS minimum version changed to 9.0
1.1.1 #
- Update README.md.
1.1.0 #
- Add X5 kernel initialization listening.
- Update README.md.
1.0.2 #
- Update README.md.
1.0.1 #
FileNetworkView
no longer providesScaffold()
and needs to implement the page itself.
1.0.0 #
- Adds the number of retries to optimize kernel loading.
- Modify the
initX5()
method to no longer provide the return value. - No longer provide permission request.
0.1.4 #
- Update minimum Flutter SDK to 2.5.
0.1.3 #
- Specify Java 8 for Android build.
0.1.2 #
- Add description.
0.1.1 #
- Update README.md.
0.1.0 #
- Release.
0.0.4 #
- Add file download function.
- Add a network link view with file download and file view.
0.0.3 #
- Add example.
- New adaptation
xls, xlsx
scheme of iOS. - Add Tencent X5 Kernel load state constant value.
- Add Permission for Android.
0.0.2 #
- Function realization.
0.0.1 #
- Project initialization.