mirror of
https://github.com/JideGuru/FlutterTravel.git
synced 2025-08-06 07:12:03 +08:00
@ -1,3 +1,4 @@
|
||||
English | [简体中文](./README.zh-CN.md)
|
||||
# 🛫Flutter Travel App Concept [](http://makeapullrequest.com)
|
||||
|
||||
Flutter representation of a Travel App Concept i found in Uplabs.
|
||||
|
53
README.zh-CN.md
Normal file
53
README.zh-CN.md
Normal file
@ -0,0 +1,53 @@
|
||||
[English](./README.md) | 简体中文
|
||||
# 🛫Flutter 旅行app [](http://makeapullrequest.com)
|
||||
|
||||
用Flutter实现了一个简单的旅行类App,
|
||||
**只包含两页页面(很好学哦)**
|
||||
|
||||
喜欢的话给个star⭐哦,😉
|
||||
|
||||
|
||||
图片来自 [Unsplash](https://unsplash.com)
|
||||
## 📸 App预览
|
||||
|
||||
<img src="ss/1.png"/>
|
||||
|
||||
| 1 | 2|
|
||||
|------|-------|
|
||||
|<img src="ss/2.png" width="400">|<img src="ss/3.png" width="400">|
|
||||
|
||||
| 3 | 4|
|
||||
|------|-------|
|
||||
|<img src="ss/4.png" width="400">|<img src="ss/5.png" width="400">|
|
||||
|
||||
|
||||
## 切换主题
|
||||
修改`main.dart`里的`isDark`变量即可切换主题
|
||||
|
||||
`true`为暗黑主题,`false`为亮白主题
|
||||
|
||||
## ✨ 开发要求
|
||||
* 操作系统 (如:MacOS X, Linux, Windows)
|
||||
* 任何装了flutter's SDK的编辑器 (如: IntelliJ, Android Studio, VSCode etc)
|
||||
* 稍微了解dart和flutter
|
||||
* 会思考的大脑 🤓🤓
|
||||
|
||||
## 🤓 作者(s)
|
||||
**Olusegun Festus Babajide**
|
||||
|
||||
|
||||
## 快速开始
|
||||
|
||||
这是一个学习Flutter开发的入门项目
|
||||
|
||||
还有一些不错的开始项目:
|
||||
|
||||
- [官方Lab: Write your first Flutter app](https://flutter.io/docs/get-started/codelab)
|
||||
- [官方Cookbook: Useful Flutter samples](https://flutter.io/docs/cookbook)
|
||||
|
||||
要想全面的学习Flutter,阅读官方的
|
||||
[在线文档](https://flutter.io/docs)。文档提供了大量的教程、例子、移动开发指南和完整的API参考
|
||||
|
||||
|
||||
## LICENCE
|
||||
[WTFPL](http://www.wtfpl.net/about/)
|
Reference in New Issue
Block a user