diff --git a/.gitignore b/.gitignore index 2de69c9..f8a7d9a 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ .dart_tool/ .packages build/ +.flutter-plugins +.flutter-plugins-dependencies diff --git a/pubspec.yaml b/pubspec.yaml index f5f6b21..7bfde34 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: once description: Want to run a piece of code once periodically (Once - Daily - Weekly - Monthly - On new build - On new version - Any period)? We cover your back. -version: 1.5.4 +version: 1.6.0 homepage: https://github.com/MostafaSolimanMO/once environment: @@ -9,11 +9,11 @@ environment: dependencies: flutter: sdk: flutter - shared_preferences: ^2.2.1 - package_info_plus: ^4.1.0 + shared_preferences: ^2.2.2 + package_info_plus: ^4.2.0 dev_dependencies: - flutter_lints: ^2.0.3 + flutter_lints: ^3.0.1 topic: - utils