Showing
7 changed files
with
35 additions
and
35 deletions
| ... | @@ -49,7 +49,7 @@ android { | ... | @@ -49,7 +49,7 @@ android { |
| 49 | 49 | ||
| 50 | defaultConfig { | 50 | defaultConfig { |
| 51 | // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). | 51 | // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). |
| 52 | - applicationId "com.mofunsky.one_poem" | 52 | + applicationId "pub.yiyan.national.one_poem" |
| 53 | minSdkVersion 21 | 53 | minSdkVersion 21 |
| 54 | targetSdkVersion 30 | 54 | targetSdkVersion 30 |
| 55 | versionCode flutterVersionCode.toInteger() | 55 | versionCode flutterVersionCode.toInteger() | ... | ... |
| 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | - package="com.mofunsky.one_poem"> | 2 | + package="pub.yiyan.national.one_poem"> |
| 3 | <!-- Flutter needs it to communicate with the running application | 3 | <!-- Flutter needs it to communicate with the running application |
| 4 | to allow setting breakpoints, to provide hot reload, etc. | 4 | to allow setting breakpoints, to provide hot reload, etc. |
| 5 | --> | 5 | --> | ... | ... |
| 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | xmlns:tools="http://schemas.android.com/tools" | 2 | xmlns:tools="http://schemas.android.com/tools" |
| 3 | - package="com.mofunsky.one_poem"> | 3 | + package="pub.yiyan.national.one_poem"> |
| 4 | <application | 4 | <application |
| 5 | android:requestLegacyExternalStorage="true" | 5 | android:requestLegacyExternalStorage="true" |
| 6 | tools:replace="android:label" | 6 | tools:replace="android:label" | ... | ... |
| 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | - package="com.mofunsky.one_poem"> | 2 | + package="pub.yiyan.national.one_poem"> |
| 3 | <!-- Flutter needs it to communicate with the running application | 3 | <!-- Flutter needs it to communicate with the running application |
| 4 | to allow setting breakpoints, to provide hot reload, etc. | 4 | to allow setting breakpoints, to provide hot reload, etc. |
| 5 | --> | 5 | --> | ... | ... |
| ... | @@ -362,7 +362,7 @@ | ... | @@ -362,7 +362,7 @@ |
| 362 | "$(inherited)", | 362 | "$(inherited)", |
| 363 | "@executable_path/Frameworks", | 363 | "@executable_path/Frameworks", |
| 364 | ); | 364 | ); |
| 365 | - PRODUCT_BUNDLE_IDENTIFIER = com.mofunsky.onePoem; | 365 | + PRODUCT_BUNDLE_IDENTIFIER = pub.yiyan.national.onePoem; |
| 366 | PRODUCT_NAME = "$(TARGET_NAME)"; | 366 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 367 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; | 367 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; |
| 368 | SWIFT_VERSION = 5.0; | 368 | SWIFT_VERSION = 5.0; |
| ... | @@ -489,7 +489,7 @@ | ... | @@ -489,7 +489,7 @@ |
| 489 | "$(inherited)", | 489 | "$(inherited)", |
| 490 | "@executable_path/Frameworks", | 490 | "@executable_path/Frameworks", |
| 491 | ); | 491 | ); |
| 492 | - PRODUCT_BUNDLE_IDENTIFIER = com.mofunsky.onePoem; | 492 | + PRODUCT_BUNDLE_IDENTIFIER = pub.yiyan.national.onePoem; |
| 493 | PRODUCT_NAME = "$(TARGET_NAME)"; | 493 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 494 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; | 494 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; |
| 495 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | 495 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
| ... | @@ -511,7 +511,7 @@ | ... | @@ -511,7 +511,7 @@ |
| 511 | "$(inherited)", | 511 | "$(inherited)", |
| 512 | "@executable_path/Frameworks", | 512 | "@executable_path/Frameworks", |
| 513 | ); | 513 | ); |
| 514 | - PRODUCT_BUNDLE_IDENTIFIER = com.mofunsky.onePoem; | 514 | + PRODUCT_BUNDLE_IDENTIFIER = pub.yiyan.national.onePoem; |
| 515 | PRODUCT_NAME = "$(TARGET_NAME)"; | 515 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 516 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; | 516 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; |
| 517 | SWIFT_VERSION = 5.0; | 517 | SWIFT_VERSION = 5.0; | ... | ... |
| ... | @@ -98,7 +98,7 @@ packages: | ... | @@ -98,7 +98,7 @@ packages: |
| 98 | name: built_value | 98 | name: built_value |
| 99 | url: "https://pub.dartlang.org" | 99 | url: "https://pub.dartlang.org" |
| 100 | source: hosted | 100 | source: hosted |
| 101 | - version: "8.1.3" | 101 | + version: "8.1.4" |
| 102 | cached_network_image: | 102 | cached_network_image: |
| 103 | dependency: "direct main" | 103 | dependency: "direct main" |
| 104 | description: | 104 | description: |
| ... | @@ -126,7 +126,7 @@ packages: | ... | @@ -126,7 +126,7 @@ packages: |
| 126 | name: camera | 126 | name: camera |
| 127 | url: "https://pub.dartlang.org" | 127 | url: "https://pub.dartlang.org" |
| 128 | source: hosted | 128 | source: hosted |
| 129 | - version: "0.9.4+5" | 129 | + version: "0.9.4+6" |
| 130 | camera_platform_interface: | 130 | camera_platform_interface: |
| 131 | dependency: transitive | 131 | dependency: transitive |
| 132 | description: | 132 | description: |
| ... | @@ -280,7 +280,7 @@ packages: | ... | @@ -280,7 +280,7 @@ packages: |
| 280 | name: device_info_plus_platform_interface | 280 | name: device_info_plus_platform_interface |
| 281 | url: "https://pub.dartlang.org" | 281 | url: "https://pub.dartlang.org" |
| 282 | source: hosted | 282 | source: hosted |
| 283 | - version: "2.3.0" | 283 | + version: "2.3.0+1" |
| 284 | device_info_plus_web: | 284 | device_info_plus_web: |
| 285 | dependency: transitive | 285 | dependency: transitive |
| 286 | description: | 286 | description: |
| ... | @@ -506,7 +506,7 @@ packages: | ... | @@ -506,7 +506,7 @@ packages: |
| 506 | name: image | 506 | name: image |
| 507 | url: "https://pub.dartlang.org" | 507 | url: "https://pub.dartlang.org" |
| 508 | source: hosted | 508 | source: hosted |
| 509 | - version: "3.1.0" | 509 | + version: "3.1.1" |
| 510 | image_picker: | 510 | image_picker: |
| 511 | dependency: "direct main" | 511 | dependency: "direct main" |
| 512 | description: | 512 | description: |
| ... | @@ -520,14 +520,14 @@ packages: | ... | @@ -520,14 +520,14 @@ packages: |
| 520 | name: image_picker_for_web | 520 | name: image_picker_for_web |
| 521 | url: "https://pub.dartlang.org" | 521 | url: "https://pub.dartlang.org" |
| 522 | source: hosted | 522 | source: hosted |
| 523 | - version: "2.1.4" | 523 | + version: "2.1.5" |
| 524 | image_picker_platform_interface: | 524 | image_picker_platform_interface: |
| 525 | dependency: transitive | 525 | dependency: transitive |
| 526 | description: | 526 | description: |
| 527 | name: image_picker_platform_interface | 527 | name: image_picker_platform_interface |
| 528 | url: "https://pub.dartlang.org" | 528 | url: "https://pub.dartlang.org" |
| 529 | source: hosted | 529 | source: hosted |
| 530 | - version: "2.4.2" | 530 | + version: "2.4.3" |
| 531 | integration_test: | 531 | integration_test: |
| 532 | dependency: "direct dev" | 532 | dependency: "direct dev" |
| 533 | description: flutter | 533 | description: flutter |
| ... | @@ -567,7 +567,7 @@ packages: | ... | @@ -567,7 +567,7 @@ packages: |
| 567 | name: json_serializable | 567 | name: json_serializable |
| 568 | url: "https://pub.dartlang.org" | 568 | url: "https://pub.dartlang.org" |
| 569 | source: hosted | 569 | source: hosted |
| 570 | - version: "6.1.3" | 570 | + version: "6.1.4" |
| 571 | keyboard_actions: | 571 | keyboard_actions: |
| 572 | dependency: "direct main" | 572 | dependency: "direct main" |
| 573 | description: | 573 | description: |
| ... | @@ -679,28 +679,28 @@ packages: | ... | @@ -679,28 +679,28 @@ packages: |
| 679 | name: path_provider_linux | 679 | name: path_provider_linux |
| 680 | url: "https://pub.dartlang.org" | 680 | url: "https://pub.dartlang.org" |
| 681 | source: hosted | 681 | source: hosted |
| 682 | - version: "2.1.4" | 682 | + version: "2.1.5" |
| 683 | path_provider_macos: | 683 | path_provider_macos: |
| 684 | dependency: transitive | 684 | dependency: transitive |
| 685 | description: | 685 | description: |
| 686 | name: path_provider_macos | 686 | name: path_provider_macos |
| 687 | url: "https://pub.dartlang.org" | 687 | url: "https://pub.dartlang.org" |
| 688 | source: hosted | 688 | source: hosted |
| 689 | - version: "2.0.4" | 689 | + version: "2.0.5" |
| 690 | path_provider_platform_interface: | 690 | path_provider_platform_interface: |
| 691 | dependency: transitive | 691 | dependency: transitive |
| 692 | description: | 692 | description: |
| 693 | name: path_provider_platform_interface | 693 | name: path_provider_platform_interface |
| 694 | url: "https://pub.dartlang.org" | 694 | url: "https://pub.dartlang.org" |
| 695 | source: hosted | 695 | source: hosted |
| 696 | - version: "2.0.2" | 696 | + version: "2.0.3" |
| 697 | path_provider_windows: | 697 | path_provider_windows: |
| 698 | dependency: transitive | 698 | dependency: transitive |
| 699 | description: | 699 | description: |
| 700 | name: path_provider_windows | 700 | name: path_provider_windows |
| 701 | url: "https://pub.dartlang.org" | 701 | url: "https://pub.dartlang.org" |
| 702 | source: hosted | 702 | source: hosted |
| 703 | - version: "2.0.4" | 703 | + version: "2.0.5" |
| 704 | pedantic: | 704 | pedantic: |
| 705 | dependency: transitive | 705 | dependency: transitive |
| 706 | description: | 706 | description: |
| ... | @@ -791,14 +791,14 @@ packages: | ... | @@ -791,14 +791,14 @@ packages: |
| 791 | name: quick_actions | 791 | name: quick_actions |
| 792 | url: "https://pub.dartlang.org" | 792 | url: "https://pub.dartlang.org" |
| 793 | source: hosted | 793 | source: hosted |
| 794 | - version: "0.6.0+8" | 794 | + version: "0.6.0+9" |
| 795 | quick_actions_platform_interface: | 795 | quick_actions_platform_interface: |
| 796 | dependency: transitive | 796 | dependency: transitive |
| 797 | description: | 797 | description: |
| 798 | name: quick_actions_platform_interface | 798 | name: quick_actions_platform_interface |
| 799 | url: "https://pub.dartlang.org" | 799 | url: "https://pub.dartlang.org" |
| 800 | source: hosted | 800 | source: hosted |
| 801 | - version: "1.0.1" | 801 | + version: "1.0.2" |
| 802 | quiver: | 802 | quiver: |
| 803 | dependency: transitive | 803 | dependency: transitive |
| 804 | description: | 804 | description: |
| ... | @@ -833,28 +833,28 @@ packages: | ... | @@ -833,28 +833,28 @@ packages: |
| 833 | name: shared_preferences | 833 | name: shared_preferences |
| 834 | url: "https://pub.dartlang.org" | 834 | url: "https://pub.dartlang.org" |
| 835 | source: hosted | 835 | source: hosted |
| 836 | - version: "2.0.11" | 836 | + version: "2.0.12" |
| 837 | shared_preferences_android: | 837 | shared_preferences_android: |
| 838 | dependency: transitive | 838 | dependency: transitive |
| 839 | description: | 839 | description: |
| 840 | name: shared_preferences_android | 840 | name: shared_preferences_android |
| 841 | url: "https://pub.dartlang.org" | 841 | url: "https://pub.dartlang.org" |
| 842 | source: hosted | 842 | source: hosted |
| 843 | - version: "2.0.9" | 843 | + version: "2.0.10" |
| 844 | shared_preferences_ios: | 844 | shared_preferences_ios: |
| 845 | dependency: transitive | 845 | dependency: transitive |
| 846 | description: | 846 | description: |
| 847 | name: shared_preferences_ios | 847 | name: shared_preferences_ios |
| 848 | url: "https://pub.dartlang.org" | 848 | url: "https://pub.dartlang.org" |
| 849 | source: hosted | 849 | source: hosted |
| 850 | - version: "2.0.8" | 850 | + version: "2.0.9" |
| 851 | shared_preferences_linux: | 851 | shared_preferences_linux: |
| 852 | dependency: transitive | 852 | dependency: transitive |
| 853 | description: | 853 | description: |
| 854 | name: shared_preferences_linux | 854 | name: shared_preferences_linux |
| 855 | url: "https://pub.dartlang.org" | 855 | url: "https://pub.dartlang.org" |
| 856 | source: hosted | 856 | source: hosted |
| 857 | - version: "2.0.3" | 857 | + version: "2.0.4" |
| 858 | shared_preferences_macos: | 858 | shared_preferences_macos: |
| 859 | dependency: transitive | 859 | dependency: transitive |
| 860 | description: | 860 | description: |
| ... | @@ -875,14 +875,14 @@ packages: | ... | @@ -875,14 +875,14 @@ packages: |
| 875 | name: shared_preferences_web | 875 | name: shared_preferences_web |
| 876 | url: "https://pub.dartlang.org" | 876 | url: "https://pub.dartlang.org" |
| 877 | source: hosted | 877 | source: hosted |
| 878 | - version: "2.0.2" | 878 | + version: "2.0.3" |
| 879 | shared_preferences_windows: | 879 | shared_preferences_windows: |
| 880 | dependency: transitive | 880 | dependency: transitive |
| 881 | description: | 881 | description: |
| 882 | name: shared_preferences_windows | 882 | name: shared_preferences_windows |
| 883 | url: "https://pub.dartlang.org" | 883 | url: "https://pub.dartlang.org" |
| 884 | source: hosted | 884 | source: hosted |
| 885 | - version: "2.0.3" | 885 | + version: "2.0.4" |
| 886 | shelf: | 886 | shelf: |
| 887 | dependency: transitive | 887 | dependency: transitive |
| 888 | description: | 888 | description: |
| ... | @@ -971,7 +971,7 @@ packages: | ... | @@ -971,7 +971,7 @@ packages: |
| 971 | name: sqflite | 971 | name: sqflite |
| 972 | url: "https://pub.dartlang.org" | 972 | url: "https://pub.dartlang.org" |
| 973 | source: hosted | 973 | source: hosted |
| 974 | - version: "2.0.1" | 974 | + version: "2.0.2" |
| 975 | sqflite_common: | 975 | sqflite_common: |
| 976 | dependency: transitive | 976 | dependency: transitive |
| 977 | description: | 977 | description: |
| ... | @@ -1097,21 +1097,21 @@ packages: | ... | @@ -1097,21 +1097,21 @@ packages: |
| 1097 | name: url_launcher_android | 1097 | name: url_launcher_android |
| 1098 | url: "https://pub.dartlang.org" | 1098 | url: "https://pub.dartlang.org" |
| 1099 | source: hosted | 1099 | source: hosted |
| 1100 | - version: "6.0.13" | 1100 | + version: "6.0.14" |
| 1101 | url_launcher_ios: | 1101 | url_launcher_ios: |
| 1102 | dependency: transitive | 1102 | dependency: transitive |
| 1103 | description: | 1103 | description: |
| 1104 | name: url_launcher_ios | 1104 | name: url_launcher_ios |
| 1105 | url: "https://pub.dartlang.org" | 1105 | url: "https://pub.dartlang.org" |
| 1106 | source: hosted | 1106 | source: hosted |
| 1107 | - version: "6.0.13" | 1107 | + version: "6.0.14" |
| 1108 | url_launcher_linux: | 1108 | url_launcher_linux: |
| 1109 | dependency: transitive | 1109 | dependency: transitive |
| 1110 | description: | 1110 | description: |
| 1111 | name: url_launcher_linux | 1111 | name: url_launcher_linux |
| 1112 | url: "https://pub.dartlang.org" | 1112 | url: "https://pub.dartlang.org" |
| 1113 | source: hosted | 1113 | source: hosted |
| 1114 | - version: "2.0.2" | 1114 | + version: "2.0.3" |
| 1115 | url_launcher_macos: | 1115 | url_launcher_macos: |
| 1116 | dependency: transitive | 1116 | dependency: transitive |
| 1117 | description: | 1117 | description: |
| ... | @@ -1132,7 +1132,7 @@ packages: | ... | @@ -1132,7 +1132,7 @@ packages: |
| 1132 | name: url_launcher_web | 1132 | name: url_launcher_web |
| 1133 | url: "https://pub.dartlang.org" | 1133 | url: "https://pub.dartlang.org" |
| 1134 | source: hosted | 1134 | source: hosted |
| 1135 | - version: "2.0.5" | 1135 | + version: "2.0.6" |
| 1136 | url_launcher_windows: | 1136 | url_launcher_windows: |
| 1137 | dependency: transitive | 1137 | dependency: transitive |
| 1138 | description: | 1138 | description: |
| ... | @@ -1181,7 +1181,7 @@ packages: | ... | @@ -1181,7 +1181,7 @@ packages: |
| 1181 | name: video_player | 1181 | name: video_player |
| 1182 | url: "https://pub.dartlang.org" | 1182 | url: "https://pub.dartlang.org" |
| 1183 | source: hosted | 1183 | source: hosted |
| 1184 | - version: "2.2.10" | 1184 | + version: "2.2.13" |
| 1185 | video_player_platform_interface: | 1185 | video_player_platform_interface: |
| 1186 | dependency: transitive | 1186 | dependency: transitive |
| 1187 | description: | 1187 | description: |
| ... | @@ -1195,7 +1195,7 @@ packages: | ... | @@ -1195,7 +1195,7 @@ packages: |
| 1195 | name: video_player_web | 1195 | name: video_player_web |
| 1196 | url: "https://pub.dartlang.org" | 1196 | url: "https://pub.dartlang.org" |
| 1197 | source: hosted | 1197 | source: hosted |
| 1198 | - version: "2.0.5" | 1198 | + version: "2.0.6" |
| 1199 | vm_service: | 1199 | vm_service: |
| 1200 | dependency: transitive | 1200 | dependency: transitive |
| 1201 | description: | 1201 | description: |
| ... | @@ -1265,7 +1265,7 @@ packages: | ... | @@ -1265,7 +1265,7 @@ packages: |
| 1265 | name: win32 | 1265 | name: win32 |
| 1266 | url: "https://pub.dartlang.org" | 1266 | url: "https://pub.dartlang.org" |
| 1267 | source: hosted | 1267 | source: hosted |
| 1268 | - version: "2.3.3" | 1268 | + version: "2.3.6" |
| 1269 | xdg_directories: | 1269 | xdg_directories: |
| 1270 | dependency: transitive | 1270 | dependency: transitive |
| 1271 | description: | 1271 | description: | ... | ... |
-
Please register or login to post a comment