ds_standard_features 0.0.7 copy "ds_standard_features: ^0.0.7" to clipboard
ds_standard_features: ^0.0.7 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 uses
    export 'package:ffi/ffi.dart'
        if (dart.library.html) 'ffi_stub.dart';
    

0.0.6 #

Updated #

  • moving build package to dev dependencies. Utilize the dstools for the dedicated build-time/test-time tool.

0.0.5 #

Added #

  • Web-safe FFI support via conditional exports:
    • lib/src/ffi_stub.dart and lib/src/ffi_helper.dart now stub out dart:ffi on the web.
  • Dependencies restored: moved build and fake_async back into dependencies 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.

0.0.1-pre+4 #

Fixed #

  • 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.

0.0.1-pre+3 #

Remove #

  • Removed Web package from dependency as a result of conflicts.

0.0.1-pre+2 #

Added #

  • Adding main package to lib folder.

0.0.1-pre+1 #

Added #

  • Adding build numbers to package revisions.

0.0.1-pre #

Added #

  • Initial release with standard features framework functionality.