diff --git a/add_to_app/android_view/flutter_module_using_plugin/pubspec.yaml b/add_to_app/android_view/flutter_module_using_plugin/pubspec.yaml index cda156e03..9953baaca 100644 --- a/add_to_app/android_view/flutter_module_using_plugin/pubspec.yaml +++ b/add_to_app/android_view/flutter_module_using_plugin/pubspec.yaml @@ -4,7 +4,7 @@ description: An example Flutter module that uses a plugin. version: 1.0.0+1 environment: - sdk: ^3.3.1 + sdk: ^3.4.0-0 dependencies: flutter: diff --git a/add_to_app/books/flutter_module_books/pubspec.yaml b/add_to_app/books/flutter_module_books/pubspec.yaml index 88181a887..9c971d55d 100644 --- a/add_to_app/books/flutter_module_books/pubspec.yaml +++ b/add_to_app/books/flutter_module_books/pubspec.yaml @@ -6,7 +6,7 @@ description: A Flutter module using the Pigeon package to demonstrate version: 1.0.0+1 environment: - sdk: ^3.3.1 + sdk: ^3.4.0-0 dependencies: flutter: diff --git a/add_to_app/fullscreen/flutter_module/pubspec.yaml b/add_to_app/fullscreen/flutter_module/pubspec.yaml index 9b67c9e70..47e3c8a41 100644 --- a/add_to_app/fullscreen/flutter_module/pubspec.yaml +++ b/add_to_app/fullscreen/flutter_module/pubspec.yaml @@ -4,7 +4,7 @@ description: An example Flutter module. version: 1.0.0+1 environment: - sdk: ^3.3.1 + sdk: ^3.4.0-0 dependencies: flutter: diff --git a/add_to_app/multiple_flutters/multiple_flutters_module/pubspec.yaml b/add_to_app/multiple_flutters/multiple_flutters_module/pubspec.yaml index 89b4187a7..1024680a4 100644 --- a/add_to_app/multiple_flutters/multiple_flutters_module/pubspec.yaml +++ b/add_to_app/multiple_flutters/multiple_flutters_module/pubspec.yaml @@ -4,7 +4,7 @@ description: A module that is embedded in the multiple_flutters_ios and multiple version: 1.0.0+1 environment: - sdk: ^3.3.1 + sdk: ^3.4.0-0 dependencies: flutter: diff --git a/add_to_app/plugin/flutter_module_using_plugin/pubspec.yaml b/add_to_app/plugin/flutter_module_using_plugin/pubspec.yaml index f0e6bb160..201d1f218 100644 --- a/add_to_app/plugin/flutter_module_using_plugin/pubspec.yaml +++ b/add_to_app/plugin/flutter_module_using_plugin/pubspec.yaml @@ -4,7 +4,7 @@ description: An example Flutter module that uses a plugin. version: 1.0.0+1 environment: - sdk: ^3.3.1 + sdk: ^3.4.0-0 dependencies: flutter: diff --git a/add_to_app/prebuilt_module/flutter_module/pubspec.yaml b/add_to_app/prebuilt_module/flutter_module/pubspec.yaml index 9b67c9e70..47e3c8a41 100644 --- a/add_to_app/prebuilt_module/flutter_module/pubspec.yaml +++ b/add_to_app/prebuilt_module/flutter_module/pubspec.yaml @@ -4,7 +4,7 @@ description: An example Flutter module. version: 1.0.0+1 environment: - sdk: ^3.3.1 + sdk: ^3.4.0-0 dependencies: flutter: diff --git a/ai_recipe_generation/pubspec.yaml b/ai_recipe_generation/pubspec.yaml index 618a211fd..eb924cbfa 100644 --- a/ai_recipe_generation/pubspec.yaml +++ b/ai_recipe_generation/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: 'none' version: 0.1.0 environment: - sdk: '>=3.2.3 <4.0.0' + sdk: ^3.4.0-0 dependencies: async: ^2.11.0 @@ -18,7 +18,7 @@ dependencies: flutter_markdown: ^0.6.20 flutter_svg: ^2.0.9 google_fonts: 6.1.0 - google_generative_ai: ^0.2.0 + google_generative_ai: ^0.4.0 image_picker: ^1.0.7 material_symbols_icons: ^4.2719.1 path: ^1.9.0 diff --git a/ai_recipe_generation/web/index.html b/ai_recipe_generation/web/index.html index 9a17746ee..52540c77e 100644 --- a/ai_recipe_generation/web/index.html +++ b/ai_recipe_generation/web/index.html @@ -31,29 +31,8 @@