From 435159c6091f6dec5181df6fd33b428fa09ef11c Mon Sep 17 00:00:00 2001 From: Ray Li Date: Thu, 22 Aug 2024 00:24:06 -0500 Subject: [PATCH] v2.0.0 Release - Flutter v3.24.0 Update. - Update ResponsiveFramework v1.4.0. - Update URL Path handling. - Optimize Post List. - Wasm Renderer. --- .github/workflows/main.yml | 2 +- .gitignore | 1 - pubspec.yaml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f369acb..dff0d30 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: mkdir -p clone_dir/flutterwebsites/minimal - name: Build run: | - flutter build web --release --base-href /flutterwebsites/minimal/ + flutter build web --release --base-href /flutterwebsites/minimal/ --wasm mv build/web/* clone_dir/flutterwebsites/minimal - name: Get current date id: date diff --git a/.gitignore b/.gitignore index 7228457..4e7c732 100644 --- a/.gitignore +++ b/.gitignore @@ -34,7 +34,6 @@ pubspec.lock /navigation_utils # Web related -lib/generated_plugin_registrant.dart # Symbolication related app.*.symbols diff --git a/pubspec.yaml b/pubspec.yaml index c627f57..dfd2fc0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: minimal description: A minimalistic Flutter website template for blogs and portfolios. -version: 1.6.0 +version: 2.0.0 publish_to: none environment: