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.
-
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
To explore and use the Flutter UI concepts in this repository, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/sgc93/Flutter-Concepts-Library.git
-
Navigate to the concept of your choice in the repository's directory:
cd Flutter-Concepts-Library
-
Run the flutter app:
flutter run
-
Explore, customize, and integrate the concept into your own Flutter projects!
Contributions are welcome! If you have your own Flutter UI concept or idea to share, please consider contributing it to this repository. To contribute:
-
Fork the repository.
-
Create a new branch for your concept:
git checkout -b feature/your-concept
-
Add your concept code and any relevant screenshots.
-
Create a pull request to submit your concept for review and inclusion in the repository.
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! 🚀