Update circleci config

This commit is contained in:
stonegate 2020-05-16 11:57:49 +08:00
parent 0d15fafa27
commit 2f9af80c9c
2 changed files with 9 additions and 6 deletions

View File

@ -12,6 +12,9 @@ jobs:
- run:
name: Run Flutter doctor
command: flutter doctor
- run:
name: Update package
command: flutter update-packages --force-upgrade
- run: echo $ENCODED_KEYSTORE | base64 -di > ${HOME}/keystore.jks
- run: echo 'export KEYSTORE=${HOME}/keystore.jks' >> $BASH_ENV
- run: dart tool/env.dart

View File

@ -20,9 +20,9 @@ dev_dependencies:
json_annotation: ^3.0.1
sqflite: ^1.3.0
flutter_html: ^0.11.1
path_provider: ^1.6.7
path_provider: ^1.6.8
color_thief_flutter: ^1.0.2
provider: ^4.1.0
provider: ^4.1.2
google_fonts: ^1.1.0
dio: ^3.0.9
file_picker: ^1.9.0+1
@ -31,14 +31,14 @@ dev_dependencies:
permission_handler: ^5.0.0+hotfix.3
fluttertoast: ^4.0.1
intl: ^0.16.1
url_launcher: ^5.4.5
url_launcher: ^5.4.7
image: ^2.1.12
shared_preferences: ^0.5.7
uuid: ^2.0.4
tuple: ^1.0.3
cached_network_image: ^2.1.0+1
cached_network_image: ^2.2.0+1
workmanager: ^0.2.2
fl_chart: ^0.9.3
fl_chart: ^0.9.4
audio_service: ^0.8.0
flutter_file_dialog: ^0.0.5
flutter_linkify: ^3.1.3
@ -46,7 +46,7 @@ dev_dependencies:
connectivity: ^0.4.8+2
flare_flutter: ^2.0.3
rxdart: ^0.24.0
auto_animated: ^2.0.2
auto_animated: ^2.1.0
just_audio:
git:
url: https://github.com/stonega/just_audio.git