flutterless_foundation 0.0.0-dev.1 copy "flutterless_foundation: ^0.0.0-dev.1" to clipboard
flutterless_foundation: ^0.0.0-dev.1 copied to clipboard

discontinued
outdated

Flutter's foundation library, separated from Flutter. Great for Diagnosticable!

Flutterless Foundation #

Flutter's foundation library, separated from Flutter.

When imported in Flutter, Flutter's types will be used. When imported outside of Flutter, the mirrored copies are used.

This is intended for use when your package runs both inside and outside of the Flutter environment, and you want to use types found in foundation (like Diagnosticable).

Installation #

A version of flutterless_foundation has been created for each version of Flutter, versioned identically.

Using Flutter v1.12.13+hotfix.1, go ahead and depend on flutterless_foundation: v1.12.13+hotfix.1.

Usage #

Simply import the package. The conditional importing is handled internally.

import 'package:flutterless_foundation/flutterless_foundation.dart';
0
likes
0
points
12
downloads

Publisher

verified publishermadewithfelt.com

Weekly Downloads

Flutter's foundation library, separated from Flutter. Great for Diagnosticable!

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

meta, typed_data

More

Packages that depend on flutterless_foundation