minor changes
This commit is contained in:
@@ -3,7 +3,6 @@ import 'package:refilc/theme/colors/colors.dart';
|
||||
import 'package:refilc_plus/providers/plus_provider.dart';
|
||||
import 'package:refilc_plus/ui/mobile/plus/activation_view/activation_dashboard.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:lottie/lottie.dart';
|
||||
import 'package:provider/provider.dart';
|
||||
import 'package:refilc_plus/ui/mobile/plus/plus_things.i18n.dart';
|
||||
|
||||
@@ -90,9 +89,16 @@ class _PremiumActivationViewState extends State<PremiumActivationView>
|
||||
? Center(
|
||||
child: SizedBox(
|
||||
width: 400,
|
||||
child: Lottie.network(
|
||||
"https://assets2.lottiefiles.com/packages/lf20_wkebwzpz.json",
|
||||
controller: animation,
|
||||
child: ScaleTransition(
|
||||
scale: CurvedAnimation(
|
||||
parent: animation,
|
||||
curve: Curves.elasticOut,
|
||||
),
|
||||
child: Icon(
|
||||
Icons.check_circle_outline,
|
||||
color: Colors.green,
|
||||
size: 120,
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
@@ -27,7 +27,6 @@ dependencies:
|
||||
home_widget: ^0.7.0+1
|
||||
image_picker: ^1.0.7
|
||||
image_crop: ^0.4.1
|
||||
lottie: ^3.1.0
|
||||
animations: ^2.0.11
|
||||
flutter_svg: ^2.0.10+1
|
||||
flutter_dynamic_icon: ^2.1.0
|
||||
|
||||
Reference in New Issue
Block a user