Skip to content

Commit

Permalink
release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilich6107 authored and Salim Lachdhaf committed Oct 17, 2021
1 parent d43f1a0 commit 696db58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class _MyHomePageState extends State<MyHomePage> {
),
mode: Mode.MENU,
showSelectedItems: true,
items: ["Brazil", "Italia (Disabled)", "Tunisia", 'Canada'],
items: ["Brazil", "Italia", "Tunisia", 'Canada'],
onChanged: print,
selectedItem: "Tunisia",
positionCallback: (popupButtonObject, overlay) {
Expand Down

0 comments on commit 696db58

Please sign in to comment.