floater 0.1.5+1 copy "floater: ^0.1.5+1" to clipboard
floater: ^0.1.5+1 copied to clipboard

A framework that floats over flutter as a higher level construct to provide architecture and structure for complex flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add floater

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

dependencies:
  floater: ^0.1.5+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:floater/floater.dart';
1
likes
100
pub points
12%
popularity

Publisher

unverified uploader

A framework that floats over flutter as a higher level construct to provide architecture and structure for complex flutter apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_secure_storage, get_it, meta, rxdart, shared_preferences

More

Packages that depend on floater