From 99f7cf23e8cd16387baef1f3b07f2cb4eeac0f6c Mon Sep 17 00:00:00 2001 From: Ray Li Date: Sun, 25 Aug 2024 21:37:02 -0500 Subject: [PATCH] v2.1.0 Release - Create working Navigation with path and query parameter support. - Setup Github Actions build automations. - Create new MaxWidthBox implementation. - Optimize pages with CustomScrollView. - Fill empty space in lists. --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index dfd2fc0..0178db0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: minimal description: A minimalistic Flutter website template for blogs and portfolios. -version: 2.0.0 +version: 2.1.0 publish_to: none environment: @@ -13,7 +13,7 @@ dependencies: # responsive_framework: # path: ../ # Uncomment to build standalone project. - responsive_framework: ^1.4.0 + responsive_framework: ^1.5.0 google_fonts: ^6.2.1 animations: ^2.0.11 loading_gifs: ^0.3.0