소스 검색

Fix the example to work with Flutter 3.7.0

MenuItem was renamed to PlatformMenuItem
J-P Nurmi 3 년 전
부모
커밋
20f85d29c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      example/lib/src/platform_menu.dart

+ 1 - 1
example/lib/src/platform_menu.dart

@@ -20,7 +20,7 @@ class _AppPlatformMenuState extends State<AppPlatformMenu> {
     }
 
     return PlatformMenuBar(
-      menus: <MenuItem>[
+      menus: [
         PlatformMenu(
           label: 'TerminalStudio',
           menus: [