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).

2.5.0 #

  • Fix error and overlay event streams

2.4.0 #

  • Add null safety support

2.3.6 #

  • appBarWidget now is a PreferredSizeWidget again

2.3.5 #

  • appBarWidget now is a Widget
  • MIT LICENSE

2.3.4 #

  • appBarWidget now is a PreferredSizeWidget

2.3.3 #

  • appBarWidget now is a widget

2.3.2 #

  • bottomNavigationBar now is a widget

2.3.1 #

  • Add support to FloatActionButton

2.3.0 #

  • Fix [2.2.1]

2.2.1 #

  • Fix [2.2.0]

2.2.0 #

  • Add overlay params {fixedOverlayWidgets, overlayEvents, errorOverlay, loaderWidget} to Screens().widget and Screens().overlay

2.1.0 #

  • Now fixedOverlayWidgets is the least priority of overlay the stack

2.0.0 #

Contains Breaking Changes

  • Add Screens overlay method
  • Add OverlayWidget
  • Now ScreenWidget use OverlayWidget
  • Change ScreenEvent(s) to OverlayEvent(s)
  • Change ScreenOverlay to CustomOverlay
  • Fix isDefaultScaffold padding bug

1.6.1 #

  • Change statusBerBrightness to statusBarBrightness

1.6.0 #

  • Change brightness to statusBerBrightness
  • Change default ErrorWidget
  • Removed unused package

1.5.3 #

  • Fix [Screens] appBarText

1.5.2 #

  • Fix showAppBar

1.5.1 #

  • Fix ScreenOverlay build

1.5.0 #

  • Update ScreenOverlay structure

1.4.0 #

  • Add SafeAreaConfig

1.3.0 #

  • Add fixedOverlayWidgets

1.2.3 #

  • Fix CHANGELOG

1.2.2 #

  • Improve package description

1.2.0 #

  • Add Screen class, a handler to ScreenWidget
  • Add custom errors
  • Add custom loader
  • Add custom overlayEvents

1.1.3 #

  • Fix appBar elevation

1.1.2 #

  • Fix example and CHANGELOG

1.1.1 #

  • Fix backgroundColor and appBar

1.1.0 #

  • Add statusBarBrightness and backgroundColor

1.0.0 #

  • Add ScreenWidget first version
2
likes
80
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

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