Skip to content

A collection of stylized Widgets wrapped up in a simple web app for stylistic viewing

Notifications You must be signed in to change notification settings

bvversoz/catalog_flutter_widgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Flutter UI Showcase

This Flutter project demonstrates various UI components and widgets. It includes examples of styled text, buttons, and app bars.

Getting Started

To get started with this project, follow the steps below:

  1. Clone the repository:

    git clone https://github.com/your-username/flutter-ui-showcase.git
  2. Change to the project directory:

    cd flutter-ui-showcase
  3. Install the dependencies:

    flutter pub get
  4. Run the app:

    flutter run

UI Components

Styled Text

The TextWidget class showcases various styles of text. It includes regular text, styled text, underlined text, strikethrough text, shadowed text, colored text, text with background color, text with custom font size and weight, and text with custom font family.

Buttons

The ButtonsWidget class demonstrates different types of buttons, including elevated buttons, outlined buttons, text buttons, and floating action buttons. It showcases customizations such as button styles, colors, shapes, and icons.

App Bars

The AppBarsWidget class illustrates various configurations of app bars. It includes examples of default app bars, app bars with leading icons, app bars with actions, app bars with background colors, app bars with custom text styles, app bars with custom icon themes, app bars with elevation, app bars with bottom widgets, app bars with custom heights, and app bars with custom shapes.

Feel free to explore and modify these UI components to suit your needs.

Contributions

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

A collection of stylized Widgets wrapped up in a simple web app for stylistic viewing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages