lib 0.0.3 lib: ^0.0.3 copied to clipboard
This is a library that contains all the common widgets and functions used in the project.
LIB #
lib, is a library of useful utils, widgets, extensions, and more for Flutter. it can speed up your development process and help you build beautiful apps with less code.
content #
Installation #
Add this to your package's pubspec.yaml file:
dependencies:
lib: ^0.0.1
Utils #
- [Platforms] - get current platform informations include web
Widgets #
- [Panel] - widget shows panel
- [DisabledBox] - widget disables child widget
- [ScrollableArea] - widget shows scrollable area
- [TextPlaceholder] - widget shows placeholder for text
- [LoadingBox] - widget shows loading box with loading indicator and some status
- [FlexTable] - widget shows table with flexible columns
- [EasyTab] - widget shows tab with easy customization
Extensions #
- [Color] - extension for Color class