flutter_file_view 2.0.5 flutter_file_view: ^2.0.5 copied to clipboard
A file viewer plugin for Flutter, support local file and network link of Android, iOS.
2.0.5 #
- Update LICENSE.
2.0.4 #
- Update README.md
2.0.3 #
- Fixed bug using titleMedium and bodyMedium fields that didn't exist in TextTheme before Flutter 2.10.x (#3)
2.0.2 #
- Update CHANGELOG.md
2.0.1 #
- Add the processing of the engine loading status and failure in Android.
2.0.0 #
- Welcome to a brand new version.
FileLocalViewer
changed toLocalFileViewer
.FileNetworkViewer
changed toNetworkFileViewer
.- For details on how to use it, see README.md
1.3.0 #
- Android programming language is adjusted from Java to kotlin.
- Optimize with flutter_lints.
1.2.1 #
- Update tool class name
1.2.0 #
- The code has changed greatly and the function has been optimized. Please pay attention to the following.
FileLocalView
changed toFileLocalViewer
.FileNetworkView
changed toFileNetworkViewer
.
1.1.3 #
- Add API description in README.md.
- Change API name.
- Optimize
fileSize()
function.
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.