From b53236f68e14f7c98bc207edb425ccf66652a597 Mon Sep 17 00:00:00 2001 From: Erfan Rahmati Date: Wed, 14 Sep 2022 15:29:02 +0430 Subject: [PATCH] Upgrade to v3.0.1 --- pubspec.lock | 7 ------- pubspec.yaml | 14 ++++++++------ 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 6001519..48afc5b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -15,13 +15,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "4.1.0" - animated_theme_switcher: - dependency: "direct main" - description: - name: animated_theme_switcher - url: "https://pub.dartlang.org" - source: hosted - version: "2.0.6" ansicolor: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index b7e3d81..1df2a70 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,10 @@ name: movielab description: An open source movie information database application. -publish_to: 'none' -version: 2.0.7 +version: 3.0.1 + +homepage: https://erfanrht.github.io/MovieLab-Intro +documentation: https://github.com/ErfanRht/MovieLab environment: sdk: ">=2.15.1 <3.0.0" @@ -25,7 +27,9 @@ dependencies: google_nav_bar: ^5.0.5 page_transition: ^2.0.5 flutter_slidable: ^1.2.0 - avatar_glow: ^2.0.2 + avatar_glow: ^2.0.2 + flashy_tab_bar2: ^0.0.4 + timeline_tile: ^2.0.0 # Used for saving and loading preferences from the device. shared_preferences: ^2.0.12 @@ -45,9 +49,7 @@ dependencies: external_path: ^1.0.1 permission_handler: ^10.0.0 file_picker: ^5.0.1 - flashy_tab_bar2: ^0.0.4 - animated_theme_switcher: ^2.0.6 - timeline_tile: ^2.0.0 +