We Over I - Widget Library
Overview
The "We Over I Flutter Widgets" package is a comprehensive library of everyday-use widgets for Flutter users. We've gathered all the widgets we've developed into one convenient library, making them easily accessible and beneficial to everyone.
Table of Content
Widgets
Here are the list of widgets in the package. You can visit the link below to find out all of the variations of those widgets.
Installation
# add this line to your dependencies
weoveri_flutter_widgets: ^0.1.3
import 'package:weoveri_flutter_widgets/woi_widgets.dart';
Usage
As simple as using a Flutter's TextButton widget for example in terms of WOITextButton
here is the example below.
WOITextButton(
text: 'Confirm',
)
Furture details on the all supported fields and thier use please vist tht API reference of the documentations.
Contact
Incase of any issues or assistance please reach out to:
Contributors
License
This project is licensed under the MIT license, Copyright (c) 2023 We Over I. For more information see LICENSE.md
Libraries
- A library for buttons That include Text button, Parallalogram Button and Icon Button
- buttons/parallalogram_painter
- countdowns/countdowns
- countdowns/countdowns_vairation1/countdown_variation1_state_enum
- countdowns/countdowns_vairation1/countdowns_variation1
- countdowns/countdowns_variation2
- graphs/bar_graphs/bar_graph
- graphs/graphs
- Library for line graphs
- graphs/line_graph/data_line_properties
- graphs/line_graph/line_graph
- graphs/line_graph/line_graph_painter
- progress_bar/curved_bar/curved_bar_painter
- progress_bar/curved_bar/woi_curved_bar
- progress_bar/progress_bar
- progress_bar/section_bar/section_bar_painter
- progress_bar/section_bar/woi_section_bar
- progress_bar/text_bar/text_bar_painter
- progress_bar/text_bar/woi_text_progress_bar
- radio_and_checkbox/radio_and_checkbox
- A library for the checkbox and radion buttons
- steppers/steppers
- A library that include the steppers widgets.
- steppers/steppers_model
- steppers/woi_steppers
- switches/switch_style_model
- switches/switches
- A library to import and use switches/toggles
- text_field/text_field
- A library for the text field with classes as:
- text_field/text_field_enum
- text_field/woi_text_field
- text_field/woi_text_field_style
- woi_widgets
- The all in one library to access all of the widgets