Upgrade dependencies #noissue
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
d8d89167a9
commit
577f9cd42c
4 changed files with 325 additions and 211 deletions
|
@ -4,7 +4,7 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
image: cirrusci/flutter:3.3.10
|
||||
image: cirrusci/flutter:3.7.7
|
||||
commands:
|
||||
- flutter doctor
|
||||
- flutter pub get
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.6.1+19 - UNRELEASED
|
||||
* ...
|
||||
* Updated internal dependencies
|
||||
|
||||
## 1.6.0+18
|
||||
* Fixed input colors in login view when using dark theme
|
||||
|
|
510
pubspec.lock
510
pubspec.lock
File diff suppressed because it is too large
Load diff
22
pubspec.yaml
22
pubspec.yaml
|
@ -14,7 +14,7 @@ description: A mobile client for FileBin.
|
|||
version: 1.6.1+19
|
||||
|
||||
environment:
|
||||
sdk: '>=2.18.5 <3.0.0'
|
||||
sdk: '>=2.19.4 <3.0.0'
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
|
@ -24,31 +24,31 @@ dependencies:
|
|||
sdk: flutter
|
||||
flutter_translate: 4.0.3
|
||||
provider: 6.0.5
|
||||
stacked: 3.1.0+1
|
||||
stacked: 3.2.0
|
||||
get_it: 7.2.0
|
||||
logger: 1.1.0
|
||||
shared_preferences: 2.0.16
|
||||
logger: 1.3.0
|
||||
shared_preferences: 2.0.18
|
||||
http: 0.13.5
|
||||
validators: 3.0.0
|
||||
flutter_linkify: 5.0.2
|
||||
url_launcher: 6.1.7
|
||||
url_launcher: 6.1.10
|
||||
expandable: 5.0.1
|
||||
share_plus: 6.3.0
|
||||
file_picker: 5.2.5
|
||||
share_plus: 6.3.1
|
||||
file_picker: 5.2.6
|
||||
clipboard: 0.1.3
|
||||
permission_handler: 10.2.0
|
||||
package_info_plus: 3.0.2
|
||||
package_info_plus: 3.0.3
|
||||
json_annotation: 4.7.0
|
||||
dynamic_color: 1.5.4
|
||||
dynamic_color: 1.6.2
|
||||
intl: 0.17.0
|
||||
path: 1.8.2
|
||||
flutter_sharing_intent: 1.0.5
|
||||
flutter_sharing_intent: 1.0.6
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
build_runner: 2.3.3
|
||||
built_value_generator: 8.4.3
|
||||
built_value_generator: 8.4.4
|
||||
json_serializable: 6.5.4
|
||||
flutter_lints: 2.0.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue