uri_content 3.1.0
uri_content: ^3.1.0 copied to clipboard
Get the Uint8List content of a given Uri. Supports file, data, content and http/https
3.1.0 #
- Updates minimum supported SDK version to Dart 3.0.
- Fix
OutOfMemoryErrorcrash by holding new readings while there is no enough free memory. - Updates Android API plugin interface by bumping
pigeonto 26.0.0
3.0.0 #
Updated the project to use the Flutter 3.29.0 structure #
- Android min SDK Version:
- Updated minimum SDK version from
16to21(older devices with SDK version < 21.0 are no longer supported)
- Updated minimum SDK version from
- iOS Deployment Target:
- Updated minimum iOS version from
11.0to12.0(older devices with iOS < 12.0 are no longer supported)
- Updated minimum iOS version from
- Kotlin Version:
- Updated from
1.7.10to1.8.22(may require code changes to support new version)
- Updated from
- Gradle Version:
- Updated from
7.4to8.9(may require changes in build scripts)
- Updated from
- Gradle Properties:
- Updated JVM args and other properties
- Android Gradle Plugin:
- Updated from
7.2.0to8.7.0(may require changes in build configuration)
- Updated from
2.2.1 #
- Android's Gradle script adapted to support new AGP versions
2.2.0 #
- Avoiding excessive memory usage when reading content from
content schemeby only reading new data chunk when the previous one has been consumed. - Min SDK version is now 2.17.0
2.1.1 #
- Fixing docs
2.1.0 #
- New
getContentLengthfunction
2.0.0 #
- Adding
org.jetbrains.kotlinx:kotlinx-coroutines-androidAndroid dependency - New
canFetchContentfunction - Reading
content schemeis now done in a separate thread, avoiding ANRs. - Aborting
content schemereading when stream is no longer being listened to. - Error handling improvements
1.1.0 #
- Support for custom http headers
1.0.0 #
- Stable version
0.0.6 #
- Improved error handling
0.0.5 #
- Fix false
Unclosed instance of 'Sink'.warning by pub dev
0.0.4 #
- new
getContentStreammethod, allowing to retrieve chunks of buffered data instead of the entire data at once.
0.0.3 #
- support for linux, macos and windows
- Removed
pigeondependency
0.0.2 #
- new
getContentOrNullgetter andfromOrNullfunction
0.0.1 #
- Experimental version