screens 1.5.2 copy "screens: ^1.5.2" to clipboard
screens: ^1.5.2 copied to clipboard

outdated

A custom widget to handle screens overlay using streams (ex. load, error/warning/info alert or whatever you want), and create flutter app screens (based on material).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add screens

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

dependencies:
  screens: ^1.5.2

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:screens/screens.dart';
2
likes
0
pub points
72%
popularity

Publisher

unverified uploader

A custom widget to handle screens overlay using streams (ex. load, error/warning/info alert or whatever you want), and create flutter app screens (based on material).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_statusbarcolor

More

Packages that depend on screens