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"