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

A way to manage screens and widgets 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: ^2.5.0

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
80
pub points
76%
popularity

Publisher

unverified uploader

A way to manage screens and widgets 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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on screens