sgc93 / Flutter-Concepts-Library

A good repo to explore a collection of custom Flutter widgets, creative UI concepts, and practical implementation ideas to level up flutter development skills.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter_Concepts_Library

Welcome to the Flutter Widgets, Concepts, and Ideas repository! Explore a collection of custom Flutter widgets, creative UI concepts, and practical implementation of useful ideas to level up your Flutter development skills.

Concepts Included

  1. Login Page UI Design

    Login Page UI

  2. Login Form Validation

    Form validation

  3. SnackBar to Undo Deleting Action


    Deleting and Undoing

  4. Menu with HiddenDrawerMenu Widget


    HiddenDrawerMenu

  5. Working with Tabs


    Working with tabs

  6. Responsive Design

    a. Using the LayoutBuilder Widget

responsive.design.with.LayoutBuilder.Widget.mp4

b. Using the MediaQuery.of() method

Responsive.Design.with.MediaQuery.of.method.mp4
  1. Dark and Light Mode


    Dark and light mode

Getting Started

To explore and use the Flutter UI concepts in this repository, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/sgc93/Flutter-Concepts-Library.git
  2. Navigate to the concept of your choice in the repository's directory:

     cd Flutter-Concepts-Library
  3. Run the flutter app:

    flutter run
  4. Explore, customize, and integrate the concept into your own Flutter projects!

Contributing

Contributions are welcome! If you have your own Flutter UI concept or idea to share, please consider contributing it to this repository. To contribute:

  1. Fork the repository.

  2. Create a new branch for your concept:

    git checkout -b feature/your-concept
  3. Add your concept code and any relevant screenshots.

  4. Create a pull request to submit your concept for review and inclusion in the repository.

License

This repository is open-source and available under the MIT License. Feel free to use, modify, and share these concepts in your Flutter projects.

Happy Fluttering! 🚀

About

A good repo to explore a collection of custom Flutter widgets, creative UI concepts, and practical implementation ideas to level up flutter development skills.

License:MIT License


Languages

Language:Dart 93.0%Language:HTML 4.8%Language:Swift 1.8%Language:Kotlin 0.3%Language:Objective-C 0.1%