描述
一个演示应用程序,展示了 Flutter 通过复杂动画创建精美 UI 的能力。该应用程序从本地存储中获取食谱。
? 包
| 描述 | 包 |
|---|---|
| 架构 | 参考架构 |
| 状态管理 | flutter_riverpod |
| 主题化 | flex_color_scheme |
| animation | flutter_animate & 显式动画 |
截图?
final.vid_compressed.mp4
? 项目结构
|- assets <- recipe.json and images
|
lib
|
|_ ?src
|
|__ ?core
| |__ ?animation <- page transition
| |__ ?constants
| |__ ?theme <- define themes & and colors
| |__ ?widgets <- widgets that are used in multiple screens
|
|__ ?onboarding <- onboarding screen and its widgets
|
|__ ?recipes
|__ ?domain <- entities
|__ ?data <- recipe repository (fetch recipes from recipe.json)
|__ ?presentation <- Home Screen & Recipe Details Screen and other related widgets
? 灵感来源
?️ 许可证
MIT 许可