screens 1.6.1 copy "screens: ^1.6.1" to clipboard
screens: ^1.6.1 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.6.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:screens/screens.dart';
2
likes
30
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

More

Packages that depend on screens