liuyuqi-dellpc 2 years ago
parent
commit
6ffdd25b5f
2 changed files with 10 additions and 12 deletions
  1. 3 3
      .github/workflows/build.yml
  2. 7 9
      README.md

+ 3 - 3
.github/workflows/build.yml

@@ -26,9 +26,9 @@ jobs:
 
       - name: Flutter action
         uses: subosito/flutter-action@v1.5.3
-        # with:
-        #   channel: "stable"
-        #   flutter-version: "2.0.5"
+        with:
+          channel: "stable"
+          flutter-version: "2.5.2"
 
       - name: Cache Dependencies
         id: cache

+ 7 - 9
README.md

@@ -1,16 +1,14 @@
 # flutter_resizedemo
 
-A new Flutter application.
+flutter mac,windows 固定窗体最小值。
 
-## Getting Started
 
-This project is a starting point for a Flutter application.
+问题:
 
-A few resources to get you started if this is your first Flutter project:
 
-- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
-- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
+flutter 2.0.5 是有问题的,需要使用最新的flutter:
+
+        with:
+          channel: "stable"
+          flutter-version: "2.5.2"
 
-For help getting started with Flutter, view our
-[online documentation](https://flutter.dev/docs), which offers tutorials,
-samples, guidance on mobile development, and a full API reference.