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

discontinued
outdated

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

Flutterless Foundation #

Flutter's foundation library, separated from Flutter.

Usable both inside and outside of Flutter using conditional imports.

Particularly useful for packages that want to use Diagnosticables, inside and outside of Flutter environments.

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 #

import 'package:flutterless_foundation/foundation.dart'
    if (dart.library.ui) 'package:flutter/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