leo-elstin/Flutter-UI-Kits
플러터 UI 디자인!!
- Stars
- 1.5천
- Forks
- 407
- 최근 푸시(UTC)
- 2022. 8. 28.
- 프로젝트 상태
- 활성
기술 주제
사용 중인 의존성
의존성 목록 7 개
- flutter
{"sdk":"flutter"} - http
^0.12.0+2 - flutter_staggered_grid_view
^0.3.0 - fancy_bar
2.0.0 - cupertino_icons
^0.1.2 - dio
^3.0.8 - flutter_test개발 의존성
{"sdk":"flutter"}
순위
원본 README
아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
README 펼치기 / 접기
Flutter UI Kits
This project contains various inspired UI kits purely coded in Flutter framework.
Animated BottomBar (Fancy Bar v1.2.0)
Available as a seprate Package @pub Clone the project here.
V1
alt text
V2
alt text
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),
)),
),
Wallpaper UI Kit
alt text
Grocery UI Kit
alt text
Designed by Ishan Madushka
Feel free to star and fork the project
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.
Features
Grocery UI Kit
alt text alt text alt text
UI Kit is not completed more # Stars will motivate me work more
Donations
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
- Donate $5: Thank's for creating this project, here's a coffee (or some beer) for you!
- Donate $10: Wow, I am stunned. Let me take you to the movies!
- Donate $15: I really appreciate your work, let's grab some lunch!
- Donate $25: That's some awesome stuff you did right there, dinner is on me! Of course, you can also choose what you want to donate, all donations are awesome!