Skip to content

Commit

Permalink
v2.0.0 Release
Browse files Browse the repository at this point in the history
- Flutter v3.24.0 Update.
- Update ResponsiveFramework v1.4.0.
- Update URL Path handling.
- Optimize Post List.
- Wasm Renderer.
  • Loading branch information
rayliverified committed Aug 22, 2024
1 parent ecd71d8 commit 435159c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ pubspec.lock
/navigation_utils

# Web related
lib/generated_plugin_registrant.dart

# Symbolication related
app.*.symbols
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 435159c

Please sign in to comment.