From 4398b6abe0198f48b3bbbd0a237e1bdbc8ae4b2b Mon Sep 17 00:00:00 2001 From: Rares Vanca Date: Wed, 11 Sep 2024 17:33:59 +0300 Subject: [PATCH] Version 3.1.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 730ba15..17151a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.1.0 +* New MDLicensesPage that is a more customizable version of LicensePage +* Fixed didUpdateWidget bug + ## 3.0.0 * Rewrote from scratch to make it simpler, more powerful and more performant * Using internal navigator for better semantics diff --git a/pubspec.yaml b/pubspec.yaml index ea96e18..1dc3a92 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: master_detail_flow description: A package designed to help you easily create sleek, responsive master-detail flows. -version: 3.0.0 +version: 3.1.0 repository: https://github.com/2-5-perceivers/flutter-master-detail-flow funding: - https://github.com/sponsors/rares45