1 Star 1 Fork 74

Vitiu / flutter_app

forked from 青年码农 / flutter_app 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

flutter_app

| 一个帮助flutter开发者快速上手的app

预览

主结构
基础组件

Flutter简介

Flutter是谷歌的移动UI框架,可以快速在iOS和Android上构建高质量的原生用户界面。 Flutter可以与现有的代码一起工作。在全世界,Flutter正在被越来越多的开发者和组织使用,并且Flutter是完全免费、开源的。

Flutter优点

  1. 混合开发中,最接近原生开发的框架;
  2. 性能强大,流畅;
  3. 优秀的路由设计;
  4. 优秀的动画设计;
  5. 简单易学,Dart语言更具优势;
  6. 跨多种平台,减少开发成本;
  7. 支持插件,可以访问原生系统的调用。

计划

  • 搜索页面
  • 基础组件
    • 基础组件
      • Container
      • Row
      • Column
      • Image
      • Text
      • Icon
      • RaisedButton
      • Scaffold
      • Appbar
      • FlutterLogo
      • Placeholder
    • Material Components
      • BottomNavigationBar
      • TabBar
      • TabBarView
      • MaterialApp
      • WidgetsApp
      • Drawer
      • FloatingActionButton
      • FlatButton
      • IconButton
      • PopupMenuButton
      • ButtonBar
      • TextField
      • Checkbox
      • Radio
      • Switch
      • Slider
      • SimpleDialog
      • BottomSheet
      • ExpansionPanel
      • SnackBar
      • Chip
      • Tooltip
      • DataTable
      • Card
      • LinearProgressIndicator
      • ListTile
      • Stepper
      • Divider
    • Cupertino(iOS风格的widget)
      • CupertinoActivityIndicator
      • CupertinoAlertDialog
      • CupertinoButton
      • CupertinoSlider
      • CupertinoSwitch
      • CupertinoFullscreenDialogTransition
      • CupertinoNavigationBar
      • CupertinoTabBar
      • CupertinoPageScaffold
      • CupertinoTabScaffold
      • CupertinoTabView
    • Layout
      • Padding
      • Center
    • Text
    • Assets、图片、Icons
      • Image
    • Input
    • 动画和Motion
    • 交互模型
    • 样式
    • 绘制和效果
    • Async
    • 滚动
    • 辅助功能
  • 常用插件
    • 网络请求
    • 图像处理
    • UI相关
    • 视频音频
    • 路由与状态管理
    • 数据存储与缓存
    • 加密相关
    • 设备相关
    • 地图定位
    • WebView
    • 支付扩展

运行项目

  • 查看版本号
flutter --version
  • 检查开发环境是
flutter doctor
  • 下载依赖
flutter packages get
  • 运行项目
flutter run

技术交流

  • 微信:li11221107,添加请备注:flutter

微信公众号

MIT License Copyright (c) 2018 lidonghui Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

一个帮助flutter开发者快速上手的app,目前已添加常用widget将近40多种,后期还在不断添加中。 展开 收起
Dart
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Dart
1
https://gitee.com/vitiu/flutter_app.git
git@gitee.com:vitiu/flutter_app.git
vitiu
flutter_app
flutter_app
master

搜索帮助