Showing
3 changed files
with
2 additions
and
2 deletions
... | @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) { | ... | @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) { |
32 | } | 32 | } |
33 | 33 | ||
34 | android { | 34 | android { |
35 | - compileSdkVersion 32 | 35 | + compileSdkVersion 33 |
36 | buildToolsVersion "32" | 36 | buildToolsVersion "32" |
37 | 37 | ||
38 | compileOptions { | 38 | compileOptions { | ... | ... |
... | @@ -35,7 +35,7 @@ import 'package:permission_handler/permission_handler.dart'; | ... | @@ -35,7 +35,7 @@ import 'package:permission_handler/permission_handler.dart'; |
35 | /// 3. 創建i18n文件 | 35 | /// 3. 創建i18n文件 |
36 | /// 4. 执行:flutter gen-l10n --template-arb-file intl_en.arb --output-class ParlandoLocalizations letLocalizations --output-localization-file Parlando_localizations.dart | 36 | /// 4. 执行:flutter gen-l10n --template-arb-file intl_en.arb --output-class ParlandoLocalizations letLocalizations --output-localization-file Parlando_localizations.dart |
37 | /// | 37 | /// |
38 | -/// json to model | 38 | +/// json to mode |
39 | /// 安装 | 39 | /// 安装 |
40 | /// dependencies: | 40 | /// dependencies: |
41 | /// json_annotation: ^4.4.0x | 41 | /// json_annotation: ^4.4.0x | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment