Narad – 代表所有维度的资讯App
一个展示性的新闻App,使用Flutter和一路学到的最佳实践。当然,这并不是创建Flutter App的完美示例。因此,欢迎您提出更好的建议。
App中的功能
- 使用flutter_localization进行本地化
- 动态主题
- 缓存API响应
- 本地保存收藏的文章
- 代码整洁架构
如何构建和运行
flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs #fetch the packages and run build_runner to generate necessary files [localization, routing ]
flutter run -d device-name #run on specific device
flutter build apk #for android
flutter build ipa #for iOS
视觉演示
文件夹结构
此App展示了在生产环境中使用的以下软件包
- AutoRoute
- cached_network_image
- connectivity_plus
- flutter_bloc
- flutter_localizations
- get_it
- google_fonts
- hive
- intl
- path_provider
- share_plus
- shared_preferences
- timeago
- webview_flutter

