File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed
Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android {
4141 }
4242
4343 defaultConfig {
44- applicationId " com.cloudchewie.loftifyforlove "
44+ applicationId " com.cloudchewie.loftify "
4545 minSdkVersion 23
4646 targetSdkVersion flutter. targetSdkVersion
4747 versionCode flutterVersionCode. toInteger()
Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
22 xmlns : tools =" http://schemas.android.com/tools"
3- package =" com.cloudchewie.loftifyforlove " >
3+ package =" com.cloudchewie.loftify " >
44
55 <queries >
66 <intent >
2121 <application
2222 android : name =" ${applicationName}"
2323 android : icon =" @mipmap/ic_launcher"
24- android : label =" Lofter "
24+ android : label =" Loftify "
2525 android : networkSecurityConfig =" @xml/network_security_config"
2626 android : requestLegacyExternalStorage =" true"
2727 android : extractNativeLibs =" true"
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import 'package:url_launcher/url_launcher.dart';
1919import '../Screens/Info/user_detail_screen.dart' ;
2020import '../Screens/Post/post_detail_screen.dart' ;
2121import '../Widgets/Dialog/custom_dialog.dart' ;
22+ import '../generated/l10n.dart' ;
2223import 'ilogger.dart' ;
2324
2425class UriUtil {
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import '../../Utils/itoast.dart';
2525import '../../Utils/route_util.dart' ;
2626import '../../Utils/uri_util.dart' ;
2727import '../../Utils/utils.dart' ;
28+ import '../../generated/l10n.dart' ;
2829import '../BottomSheet/bottom_sheet_builder.dart' ;
2930import '../Custom/floating_modal.dart' ;
3031import '../Custom/hero_photo_view_screen.dart' ;
Original file line number Diff line number Diff line change 11{
22 "@@locale": "en",
3- "appName": "Lofter ",
3+ "appName": "Loftify ",
44 "all": "全部",
55 "save": "保存",
66 "saveSuccess": "保存成功",
392392 "noDynamic": "暂无动态",
393393 "noLike": "暂无喜欢",
394394 "noRecommend": "暂无推荐",
395- "noHistory": "暂无历史 ",
395+ "noHistory": "暂无足迹 ",
396396 "noFavorite": "暂无收藏",
397397 "noArticle": "暂无文章",
398398 "noEmotePackage": "暂无表情包",
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ class MyApp extends StatelessWidget {
149149 const MyApp ({
150150 super .key,
151151 required this .home,
152- this .title = 'Lofter ' ,
152+ this .title = 'Loftify ' ,
153153 });
154154
155155 @override
You can’t perform that action at this time.
0 commit comments