mirror of
https://github.com/DJDoubleD/refreezer.git
synced 2026-01-15 08:22:55 -03:00
Update dependencies and lints
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
///
|
||||
///
|
||||
///
|
||||
library refreezer_icons;
|
||||
library;
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
|
||||
|
||||
/// Provides version objects to enforce conformance to the Semantic Versioning 2.0 spec. The spec can be read at http://semver.org/
|
||||
library version;
|
||||
library;
|
||||
|
||||
/// Provides immutable storage and comparison of semantic version numbers.
|
||||
class Version implements Comparable<Version> {
|
||||
|
||||
15
pubspec.yaml
15
pubspec.yaml
@@ -63,12 +63,12 @@ dependencies:
|
||||
flutter_cache_manager: ^3.3.1
|
||||
flutter_displaymode: ^0.6.0
|
||||
#flutter_file_dialog: ^3.0.1
|
||||
flutter_inappwebview: ^6.0.0
|
||||
flutter_inappwebview: ^6.1.0+1
|
||||
flutter_local_notifications: ^17.0.0
|
||||
flutter_markdown: ^0.7.3
|
||||
flutter_material_color_picker: ^1.2.0
|
||||
flutter_screenutil: ^5.9.0
|
||||
get_it: ^7.6.4
|
||||
get_it: ^8.0.0
|
||||
google_fonts: ^6.1.0
|
||||
html: ^0.15.3
|
||||
http: ^1.2.1
|
||||
@@ -100,7 +100,6 @@ dependencies:
|
||||
palette_generator: ^0.3.3+3
|
||||
path: ^1.8.3
|
||||
path_provider: ^2.1.1
|
||||
#permission_handler: ^11.1.0
|
||||
permission_handler: ^11.3.1
|
||||
photo_view: ^0.15.0
|
||||
pointycastle: ^3.7.4
|
||||
@@ -122,21 +121,13 @@ dependencies:
|
||||
visibility_detector: ^0.4.0+2
|
||||
wakelock_plus: ^1.2.4
|
||||
|
||||
dependency_overrides:
|
||||
# TODO: Recheck once flutter_inappwebview version >6.0.0 is released
|
||||
flutter_inappwebview_android:
|
||||
git:
|
||||
url: https://github.com/holzgeist/flutter_inappwebview
|
||||
path: flutter_inappwebview_android
|
||||
ref: d89b1d32638b49dfc58c4b7c84153be0c269d057
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
json_serializable: ^6.7.1
|
||||
build_runner: ^2.4.7
|
||||
flutter_lints: ^4.0.0
|
||||
flutter_lints: ^5.0.0
|
||||
envied_generator: ^0.5.3
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
|
||||
Reference in New Issue
Block a user