Toggle navigation
This project
Loading...
Sign in
常守达
/
doublefeel_flutter
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
492fc9e08095289272153b948e07e702e8a1ac8d
Authored by
常守达
2026-06-29 16:53:26 +0800
1 parent
be616e65
build: skipped
feat(lottie): 动画文件替换
Changes
2
Builds
0
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
assets/lottie/onboarding_hrv_desc.json
lib/app/modules/user_onboarding/views/user_onboarding_pages.dart
assets/lottie/onboarding_hrv_desc.json
View file @
492fc9e
This diff could not be displayed because it is too large.
lib/app/modules/user_onboarding/views/user_onboarding_pages.dart
View file @
492fc9e
...
...
@@ -227,11 +227,8 @@ class _FeatureIntroPage extends StatelessWidget {
maxWidth:
310
,
),
const
SizedBox
(
height:
4
),
Lottie
.
asset
(
'assets/lottie/onboarding_hrv_desc.json'
,
height:
472
,
fit:
BoxFit
.
cover
,
),
Lottie
.
asset
(
'assets/lottie/onboarding_hrv_desc.json'
,
height:
472
,
fit:
BoxFit
.
cover
,
repeat:
false
),
],
),
);
...
...
Please
register
or
login
to post a comment