Skip to content

MutazFezoo/eta_flutter_examples_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Examples App

A comprehensive Flutter application showcasing various widget examples organized by category.

Features

This app demonstrates examples of:

  1. Basic Widgets - Text, Image, Container, Row, Column, Icon, Card, SizedBox, Expanded
  2. Forms - TextFields, Checkboxes, Radio buttons, Dropdowns, Sliders
  3. Actions - Buttons, Gestures, Switches, Toggle buttons, Action chips
  4. Alerts & Dialogs - AlertDialog, SnackBar, BottomSheet, Date/Time pickers
  5. Lists - ListView, GridView, ListTile, ExpansionTile

Getting Started

Prerequisites

  • Flutter SDK (>=3.0.0)
  • Dart SDK

Installation

  1. Clone or download this project
  2. Navigate to the project directory
  3. Get dependencies:
    flutter pub get

Running the App

flutter run

Project Structure

lib/
├── main.dart                    # App entry point
├── screens/
│   └── home_screen.dart        # Home screen with navigation
└── examples/
    ├── basic_widgets/
    │   └── basic_widgets_screen.dart
    ├── forms/
    │   └── forms_screen.dart
    ├── actions/
    │   └── actions_screen.dart
    ├── alerts_dialogs/
    │   └── alerts_dialogs_screen.dart
    └── lists/
        └── lists_screen.dart

Usage

  1. Launch the app
  2. Navigate through different categories from the home screen
  3. Explore various widget examples in each category
  4. Interact with the widgets to see their behavior

License

This project is open source and available for learning purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages