|
|
@@ -71,6 +71,11 @@ class TrackShareView extends StatelessWidget {
|
|
|
),
|
|
|
),
|
|
|
buildContent2View(),
|
|
|
+ SizedBox(height: 6.w),
|
|
|
+ Text(
|
|
|
+ StringName.aiGenerateAlert,
|
|
|
+ style: TextStyle(fontSize: 9.sp, color: ColorName.black30),
|
|
|
+ ),
|
|
|
Visibility(
|
|
|
visible: trackDailySummary.stayLongest == null,
|
|
|
child: SizedBox(height: 80.w)),
|
|
|
@@ -94,7 +99,7 @@ class TrackShareView extends StatelessWidget {
|
|
|
Column(
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
children: [
|
|
|
- Text(Platform.isIOS? StringName.appNameIos : StringName.appName,
|
|
|
+ Text(Platform.isIOS ? StringName.appNameIos : StringName.appName,
|
|
|
style: TextStyle(
|
|
|
fontSize: 12.sp,
|
|
|
fontWeight: FontWeight.bold,
|