# flutter_quick_start **Repository Path**: 670696652/flutter_quick_start ## Basic Information - **Project Name**: flutter_quick_start - **Description**: This is an app that contains many librarys, including network, routing, storage, localization, logging, etc. It can help you develop flutter app quickly. - **Primary Language**: Dart - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-04 - **Last Updated**: 2021-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

English

# flutter_quick_start 本项目旨在帮助你快速构建Flutter应用,它包含了网络请求、路由、存储、本地化、WebView, 日志等常用的基本功能。 # 截屏

# 代码目录 locale - 本地化文件 (.json) lib/config - 全局配置(全局常量、preferences、路由配置等) lib/locale - 本地化 lib/service - 网络请求 & 接口 lib/storage - shared preferences、database、local storage等 lib/ui - pages、widgets、webview等 lib/util - 一些常用的功能 (log、device info、clipboard、permissions等) # 如何使用 1. 全局替换 'com.coolsnow.flutter_quick_start' 为 '你的包名' 2. 全局替换 'flutter_quick_start' 为 '你的工程名' 3. 基于此代码开发应用就好了. ●^● # 作者 CoolSnow Email: coolsnow2020@gmail.com Twitter: https://twitter.com/CoolSnow0927