This Flutter app serves as a comprehensive showcase of Material 3 widgets, offering a glimpse into the future of UI design. Dive into a visually appealing and intuitive experience, exploring the latest advancements in Flutter and Material Design.
- Material 3 Widgets: Discover a curated selection of Material 3 widgets.
- Modern Design: Embrace a contemporary UI design that aligns with the latest trends.
- Interactive Demos: Interact with each widget to understand its functionality and behavior.
-
Buttons
- Text button
- Icon + text button
- Disabled button
- Floating action button
- Icon button
- Segmented button
-
Communication
- Badge
- Progress Indicator
- Snackbar
-
Containment
- Alerts
- Bottom Sheets
- Cards
- Divider
- ListTile
-
Navigation (With Separate Screen)
- Appbar
- Bottom App Bar
- Navigation Bar
- Navigation Drawer
- Navigation Rail
- Tab Bar
-
Selection
- Checkbox
- Radio Button
- Switch
- Date Picker
- Time Picker
- Chip
- Popup Menu
- Slider
-
Text Input
- TextField
-
Clone the repository
git clone https://github.com/VrushankBardolia/material3_widgets.git
-
Navigate to the project directory
cd material3_widgets
-
Install dependencies
flutter pub get
-
Run the app
flutter run
We welcome contributions! Feel free to open an issue, submit a pull request, or provide feedback. Follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature
- Make your changes.
- Commit your changes:
git commit -m 'Add new feature'
- Push to the branch:
git push origin feature/new-feature
- Submit a pull request.