pedromassango/my_flutter_challenges
包含我所有 Flutter UI 挑戰的 Flutter 項目
- Stars
- 1082
- Forks
- 262
- 最近推送(UTC)
- 2022年7月15日
- 專案狀態
- 未封存
技術主題
使用的依賴
依賴清單 5 項
- flutter
{"sdk":"flutter"} - cupertino_icons
^0.1.2 - bottom_navy_bar
^2.2.0 - fl_chart
^0.36.2 - flutter_test開發依賴
{"sdk":"flutter"}
所在榜單
原始 README
以下為英文專案原文快照,最新內容請造訪 GitHub。
展開 / 收合專案 README
My Flutter Challenges
A new Flutter project containing all my flutter UI challenges.
How to get the code?
You just click on the title of each challenge, and it will show you the complete code.
Each challenge is self-contained in a single .dart file, so you can just copy/paste and run it.
YouTube playlists about Flutter: https://www.youtube.com/playlist?list=PLum90SMJW-vltQ_ERf3rhjq_UZWJ2enEG
:heart: Star :heart: the repo to support the project or Follow Me.Thanks!
Warning
All the code in this repository are mean for demo only and are not optmized. Make sure do improve the code before using it.
Screenshots
| Bank App UI | Sushi app UI/UX | Ticket Booking |
|---|---|---|
| https://raw.githubusercontent.com/pedromassango/my_flutter_challenges/HEAD/screenshots/bank_app_ui.gif | https://raw.githubusercontent.com/pedromassango/my_flutter_challenges/HEAD/screenshots/sushi_ui.gif | https://raw.githubusercontent.com/pedromassango/my_flutter_challenges/HEAD/screenshots/ticket_booking.gif |
| Sliding Login & Register | Bottom Navy Bar | Custom Drawer |
|---|---|---|
| https://raw.githubusercontent.com/pedromassango/my_flutter_challenges/HEAD/screenshots/slidl.gif | https://raw.githubusercontent.com/pedromassango/my_flutter_challenges/HEAD/screenshots/navy2.gif | https://raw.githubusercontent.com/pedromassango/my_flutter_challenges/HEAD/screenshots/delivery.gif |
| Titled Bottom Navigation Bar | Mobile Dashboard | Foldable Options Menu |
|---|---|---|
| https://raw.githubusercontent.com/pedromassango/my_flutter_challenges/HEAD/screenshots/titled_bottom_bar.gif | https://raw.githubusercontent.com/pedromassango/my_flutter_challenges/HEAD/screenshots/dashboard.png | https://raw.githubusercontent.com/pedromassango/my_flutter_challenges/HEAD/screenshots/options_menu.gif |
| Login | Profile | Home screen |
|---|---|---|
| https://raw.githubusercontent.com/pedromassango/my_flutter_challenges/HEAD/screenshots/login.png | https://raw.githubusercontent.com/pedromassango/my_flutter_challenges/HEAD/screenshots/profile.png | https://raw.githubusercontent.com/pedromassango/my_flutter_challenges/HEAD/screenshots/home.png |
| Number Picker | Profile Design | World Clock |
|---|---|---|
| https://github.com/pedromassango/slider_number_picker/blob/master/preview/shot.gif | https://raw.githubusercontent.com/pedromassango/my_flutter_challenges/HEAD/screenshots/profile_design.png | https://raw.githubusercontent.com/pedromassango/my_flutter_challenges/HEAD/screenshots/world_clock.png |
| Coffee App - Auth Page |
|---|
| https://raw.githubusercontent.com/pedromassango/my_flutter_challenges/HEAD/screenshots/coffee_app_auth_page.gif |
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.