fluent_environment 0.1.1 copy "fluent_environment: ^0.1.1" to clipboard
fluent_environment: ^0.1.1 copied to clipboard

Package that provides a way to register your environment globally and display it.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fluent_environment

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fluent_environment: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fluent_environment/fluent_environment.dart';
0
likes
160
points
103
downloads

Publisher

unverified uploader

Weekly Downloads

Package that provides a way to register your environment globally and display it.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

fluent_environment_api, fluent_sdk, flutter

More

Packages that depend on fluent_environment