From 6cbdda70e66706b7caeb98ef0300195a80051566 Mon Sep 17 00:00:00 2001 From: MiaoMint <1981324730@qq.com> Date: Mon, 7 Aug 2023 22:10:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A1=8C=E9=9D=A2=E7=AB=AF=E6=BC=94?= =?UTF-8?q?=E5=91=98=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/detail/view.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/detail/view.dart b/lib/pages/detail/view.dart index 43b7e722..ace49f63 100644 --- a/lib/pages/detail/view.dart +++ b/lib/pages/detail/view.dart @@ -149,7 +149,7 @@ class _DetailPageState extends State { onTap: () { launchUrl( Uri.parse( - "https://www.themoviedb.org/person/${cast.id}}", + "https://www.themoviedb.org/person/${cast.id}", ), ); }, diff --git a/pubspec.yaml b/pubspec.yaml index 9a4ed14b..0024eea0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: miru_app description: A new Flutter project. publish_to: "none" -version: 1.6.0+18 +version: 1.6.1+19 environment: sdk: ">=3.0.3 <4.0.0"