Skip to content

Add Lottie integration #285

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
fix merge
  • Loading branch information
wasabeef authored Sep 15, 2022
commit 61ed3a9d2cfaf7ed4088de060b88f7db9eb7d9f0
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void main() async {
SizedBox(
width: 200,
height: 200,
child: Assets.lottie.hamburgerArrow.lottie(
child: MyAssets.lottie.hamburgerArrow.lottie(
fit: BoxFit.contain,
),
),
Expand Down