Skip to content

manojkulkarni30/flutter-dropdownmenu-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_dropdownlist_demo

A small Flutter demo showing how to add a dropdown list using Material 3's dropdown widgets.

Video Tutorial

Overview

This repository demonstrates how to implement dropdowns in Flutter using Material 3's DropdownMenu widget

Documentation

Getting Started

  1. Install Flutter: https://docs.flutter.dev/get-started/install
  2. From the project root run:
flutter pub get
flutter run

Notes

  • The demo targets Material 3. To enable Material 3, set useMaterial3: true in your app theme:
MaterialApp(
  theme: ThemeData(useMaterial3: true),
  home: const MyHomePage(),
);

About

A small Flutter demo showing how to add a dropdown list using Material 3's DropdownMenu widget.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors