flutter_screwdriver 3.2.0 copy "flutter_screwdriver: ^3.2.0" to clipboard
flutter_screwdriver: ^3.2.0 copied to clipboard

A flutter package aiming to provide useful extensions and helper functions to ease and speed up development.

3.2.0 #

  • Add TickingWidget for creating widgets that need to update on a regular interval.
  • Add TickingStateMixin for creating stateful widgets that need to update on a regular interval.

3.1.0 #

  • Add Hoverable widget for reacting to hover events in an easy way.
  • Add missing AppLifecycleState.hidden introduced in Flutter 3.13.
  • Add more BuildContext extensions: colorScheme and textTheme.
  • Add more state extensions: colorScheme and textTheme.
  • Add DirectionalAffinity, VerticalAffinity and HorizontalAffinity widgets.

3.0.0 #

  • Upgrade to Dart 3 and Flutter 3.10.0.

2.1.0 #

  • Added AppLifecycleObserver helper mixin.
  • Added tweenTo and tweenFrom extensions for int and double.
  • Added extensions for Brightness.
  • Added brightness related extensions for Color.
  • Added globalPaintBounds extension for GlobalKey.
  • Fixed hexString extension for Color. It includes opacity in the hex string now.
  • Added Hoverable widget for reacting to hover events in an easy way.
  • Added Gap|Space widget for painless creation of gaps between widgets with flex parents such as row, column, scrollable.
  • Upgraded dependencies.

2.0.0 #

  • Migrated to null safety

1.0.0 #

  • Initial Release
15
likes
140
pub points
75%
popularity

Publisher

verified publisherbirju.dev

A flutter package aiming to provide useful extensions and helper functions to ease and speed up development.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

animations, flutter

More

Packages that depend on flutter_screwdriver