File tree Expand file tree Collapse file tree 3 files changed +21
-5
lines changed
Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 55 - linux
66jdk :
77 - oraclejdk8
8+ #
9+
810script :
911 - flutter build apk
12+ - flutter build aot
13+ - flutter build flx
14+ #
15+
1016before_install :
1117 - git clone -b alpha https://github.com/flutter/flutter.git
1218 - wget http://services.gradle.org/distributions/gradle-3.5-bin.zip
1319 - unzip gradle-3.5-bin.zip
20+ #
21+
1422install :
1523 - export GRADLE_HOME=$PWD/gradle-3.5
1624 - export PATH=$GRADLE_HOME/bin:$PATH
1725 - export PATH=./flutter/bin:$PATH
26+ #
27+
1828android :
1929 components :
2030 - tools
@@ -26,12 +36,17 @@ android:
2636 - extra-android-m2repository
2737 - extra-google-m2repository
2838 - addon-google_apis-google-21
39+ #
40+
2941deploy :
3042 provider : releases
3143 skip_cleanup : true
3244 api_key :
3345 secure : KCBJBtuhB174ZtkLA2NGwG/CjGhj1OD1oznkZOpOlka4HYgxpMeUMrxM66W83ItOD9OfiID50CvZe42XZbH1ODmBcXkpJIlNgaoKd7uEuJykUnDW8OvPsbwjLTvrhXX+SdpnPnxnEddRiYsKwhL0CJUGC4BzT7mbIMDSsQMmJqBrb/f7DM5C0OYT3e/itQ8mvvzOjnU6pdLPI9a6NOKypeOReJXsITJQ5RncUv4Ov3qkzgzQqparPXDsKe25+H5c5s5uFjcEituDspQ1qmXghgn9aSnvpx2q6eyHoTAGbf/AzzGRQAz5WWg/OdeGpQrZvtM9x+BVNF9aFV8PeNHN1Eb4vE3Nftd0gqSEZm9gSnjCA8sbzG91Tj2q82lA8VOFomuVwB5f0VwjtIoybVfeRqysRc5XXJHcqed3gXDbqaX368SnBSDClnctc1BB3iorHTAkLwymxMdMOhEHZe3cgg1eshRixRPR5pxShSnnIoECmd1uzQjCJbitrqQIGTU9HPXrD6Su0aEgNcQtxV29W5yG/pL944YhwcS0dQSk5kt1tc4n9eC2pwoS/mE+0OmPkDA1FO77Esziv1haNxa8neBprT96HhPBrGDVGlG+Fxg34ONhNZ16Cnr4R45fryF0YqAjK//LVmww4duSgQkgFY0PEPNcQcX5XG7vJuzP7Lc=
34- file : build/app/outputs/apk/app-release.apk
46+ file :
47+ - build/app/outputs/apk/app-release.apk
48+ - build/app.flx
3549 on :
3650 tags : true
3751 repo : ice1000/code_wars_android
52+ #
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ class SettingsState extends State<SettingsView> {
6666 ..timeout (new Duration (seconds: 10 ))
6767 ..catchError (() {
6868 SharedPreferences .getInstance ().then ((sp) {
69- sp.setString (DatabaseKeys .USER ,
70- CodeWarsAPI .getErrorWithReason ("time out" ));
69+ sp.setString (DatabaseKeys .USER , CodeWarsAPI
70+ .getErrorWithReason ("time out" ));
7171 });
7272 setState (() {
7373 _user = null ;
Original file line number Diff line number Diff line change 11name : code_wars_android
2- description : A new flutter project .
2+ description : A mobile client for CodeWars .
33
44dependencies :
55 path_provider : " ^0.2.1+1"
66 shared_preferences : " ^0.2.0+1"
77 url_launcher : " ^0.4.2+1"
8-
98 flutter :
109 sdk : flutter
10+ #
1111
1212flutter :
1313 uses-material-design : true
14+ #
You can’t perform that action at this time.
0 commit comments