# flutter_shop **Repository Path**: kojisama/flutter_shop ## Basic Information - **Project Name**: flutter_shop - **Description**: 百姓生活+ 商城 Flutter 版本,跟随 JSPang 的学习项目,但是不完全一样,有自己的修改 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-10 - **Last Updated**: 2021-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flutter_shop 本项目是一个付费课程的练习项目,项目代码不完全按照课程的代码编写,加入自己对界面的理解,重新构造一些界面以及逻辑,需要项目原代码的请移步项目 [jspang_flutter_shop](https://github.com/shenghy/flutter_shop) 进行查看 对 flutter 有兴趣可查看另一个实战项目 [flutter_weather](https://github.com/kukyxs/flutter_weather),该项目使用 [fluro](https://pub.dartlang.org/packages/fluro) 管理路由,[rxdart](https://pub.dartlang.org/packages/rxdart) 实现 BLoC 并进行状态管理,使用 [sqflite](https://pub.dartlang.org/packages/sqflite),[shared_preferences](https://pub.dartlang.org/packages/shared_preferences),[file](https://pub.dartlang.org/packages/path_provider) 实现数据持久化,使用 [dio](https://pub.dartlang.org/packages/dio) 实现网络请求,并进行相关封装。 附完整的 flutter 入门教程,请移步博客:[掘金](https://juejin.im/user/588719c72f301e0069a581f7/posts) 或者 [简书](https://www.jianshu.com/nb/34950817),博客涉及的代码请查看项目 [blog_demos](https://github.com/kukyxs/flutter_arts_demos_app) ## 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: - [Lab: Write your first Flutter app](https://flutter.io/docs/get-started/codelab) - [Cookbook: Useful Flutter samples](https://flutter.io/docs/cookbook) For help getting started with Flutter, view our [online documentation](https://flutter.io/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference.