ds_standard_features 0.0.1-pre+11 ds_standard_features: ^0.0.1-pre+11 copied to clipboard
Packages for our standard features - maintained by the Dart team.
Changelog #
[0.0.1-pre+11] - 2024-08-12 #
- Remove FFI package to ensure web and mobile can compile together.
[0.0.1-pre+10] - 2024-08-05 #
- downgrade http parser to 4.0.2 due to collection flutter sdk lock
- added reminder in the pubspec not to update.
[0.0.1-pre+9] - 2024-08-01 #
- Removed web, matcha, and grpc into their own separate packages.
- Added back packages like FFI.
- No exported conflicts for the current packages.
- Updated the latest depedencies
[0.0.1-pre+8] - 2024-07-22 #
Remove Dart FFI Package to avoid conflict #
- Removing FFI package temporarily to avoid conflicts with dart web.
[0.0.1-pre+7] - 2024-05-31 #
Downgrade Meta Package #
- Because every version of flutter from sdk depends on meta 1.11. We have downgraded the version of the meta package to maintain compatibility.
[0.0.1-pre+6] - 2024-05-30 #
Downgrade Meta Package #
- Because every version of flutter from sdk depends on meta 1.12. We have downgraded the version of the meta package to maintain compatibility.
[0.0.1-pre+5] - 2024-04-24 #
Remove #
- Remove web package from dependencies due to conflicts Resolved package conflicts with libraries using the same methods. Updated alias and methods for web, convert, matcher, and grpc as a result of ambiguous export.