NFT App Flutter
查看我用 Kotlin 构建的相同应用如下
https://github.com/ibrajix/NftApp
特点
- Flutter (Dart)
- 状态管理 (Bloc & Cubit)
- 网络 (okHttp)
- API 数据 (MockApi)
- CustomScrollView, SliverList, ListView, ListViewBuilder
- 架构:模型 -> 仓库 -> 状态管理 (Bloc) -> 表现层
- 适当的错误和异常处理
- 导航 (GoRouter)
- 带有酷炫动画的启动屏

