playx_widget 0.0.1 copy "playx_widget: ^0.0.1" to clipboard
playx_widget: ^0.0.1 copied to clipboard

Playx Package that contains utility widgets.

PlayX Widget #

PlayX widget package for playx eco system contains custom utility widgets to make development faster.

Features #

Widgets #

  • AppVersion : Widget to display current App Version.
  • CenterLoading : Widget that displays a simple circle loading indicator like in ios.
  • OptimizedScrollView : This is an optimized scroll view widget that make it's child scrollable.
    It will automatically size itself to fill the space between the bottom of the last widget and the bottom of the viewport.
  • ImageViewer : Easily show an image from assets, network, cached network, or svg images.
  • KeepAliveWrapper: Wrapper for widgets to keep them alive and not destroy them.
  • IconViewer: Widget that shows an icon from icon data, svg, image or text.

Playx: #

Consider using our Playx Package: Which comes prepakaged with this package and more features and is easy to use.

Installation #

in pubspec.yaml add these lines to dependencies

playx_widget: ^0.0.1

See Also: #

Playx : Playx eco system helps with redundant features , less code , more productivity , better organizing.

Playx_theme :Multi theme features for flutter apps from playx eco system.

Playx_core :Core package for playx eco system contains shared classes and utilities.