ds_standard_features 0.1.2
ds_standard_features: ^0.1.2 copied to clipboard
Packages for our standard features - maintained by the Dart team.
0.0.7 #
Fixed #
- Corrected conditional export path in
ffi_helper.dart
: now usesexport 'package:ffi/ffi.dart' if (dart.library.html) 'ffi_stub.dart';
0.0.6 #
0.0.5 #
Added #
- Web-safe FFI support via conditional exports:
lib/src/ffi_stub.dart
andlib/src/ffi_helper.dart
now stub outdart:ffi
on the web.
- Dependencies restored: moved
build
andfake_async
back intodependencies
so their APIs continue to be re-exported.
0.0.4 #
- testing package conflicts with web based packages.
0.0.3 #
- Remove unnecessary brackets from changelog.
- update lib folder
0.0.2 #
- Remove unnecessary Imports.
0.0.1 #
- Release first non pre version.
- Remove conflicting packages and test packages
0.0.1-pre+11 #
- Remove FFI package to ensure web and mobile can compile together.
0.0.1-pre+10 #
- 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 #
- 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 #
Remove Dart FFI Package to avoid conflict #
- Removing FFI package temporarily to avoid conflicts with dart web.
0.0.1-pre+7 #
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 #
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 #
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.