Flutter UI Designs !!
This project contains various inspired UI kits purely coded in Flutter framework.
Available as a seprate Package @pub
Clone the project here.
An animated bottom bar with AnimatedSwitcher.
Sample Code ::
InkWell(
onTap: () => setItem(3),
child: Container(
width: 100,
height: 55,
alignment: Alignment.center,
child: AnimatedSwitcher(
transitionBuilder:
(Widget child, Animation<double> animation) {
return ScaleTransition(
scale: animation,
child: child,
);
},
duration: Duration(milliseconds: 250),
child: pos == 3
? Text('Profile',
style: TextStyle(
color: Colors.blue,
fontWeight: FontWeight.bold,
fontSize: 18))
: Icon(Icons.account_circle),
)),
),
Designed by Ishan Madushka
I’ll continue to work on this project as im learning the flutter framework.
This app is based on a learning course from Udemy with my own customization to make the app look good.
UI Kit is not completed more # Stars will motivate me work more
This project needs you! If you would like to support this project’s further development, the creator of this project or the continuous maintenance of this project, feel free to donate. Your donation is highly appreciated (and I love food, coffee and beer). Thank you!
PayPal