# Flutter ![Flutter logo][]

 

[![Gitter Channel][]][Gitter badge]

[![Build Status - Cirrus][]][Build status]

 

# Build beautiful native apps in record time

 

Flutter is Google's mobile app SDK for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.

 

### Documentation

 

**Main site: [flutter.io][]**

* [Install](https://flutter.io/get-started/install/)

* [Get started](https://flutter.io/get-started/)

* [API documentation](https://docs.flutter.io/)

* [Changelog](https://github.com/flutter/flutter/wiki/Changelog)

* [How to contribute](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md)

 

For announcements about new releases and breaking changes, follow the

[flutter-announce@googlegroups.com](https://groups.google.com/forum/#!forum/flutter-announce)

mailing list.

 

## Fast development

 

Flutter's <em>hot reload</em> helps you quickly

and easily experiment, build UIs, add features, and fix

bugs. Experience sub-second reload times,

without losing state, on

emulators, simulators, and hardware for iOS

and Android.

 

<img src="https://raw.githubusercontent.com/flutter/website/master/src/_assets/image/tools/android-studio/hot-reload.gif" alt="Make a change in your code, and your app changes instantly.">

Markdown_word_chain_test2222的更多相关文章

随机推荐

  1. eureka注册中心集群

    注册中心集群: 思想:让一个eureka注册中心 注册到 另一个eureka注册中心上去即A注册到B,B注册到A 注册中心配置: 1:端口号不同2:应用名称相同3:相互注册

  2. mybatis中集成sharing-jdbc采坑

    1. mybatis中集成sharing-jdbc采坑 1.1. 错误信息 Caused by: org.apache.ibatis.binding.BindingException: Invalid ...

  3. uni-app通过判断接口403跳转登录页面的问题

    需求: 当向后端请求接口返回 403 的时候,直接跳到登录页面让用户登录 实现方案: 在请求结束后拦截器中判断,如果是 403 就跳转 遇到难题: 一级页面(我的) onShow() 中有接口请求,用 ...

  4. NioCopy文件

    步骤: 1.创建输入输出流  fis fos 2.创建通道  fis.getchannel()  fos.getchannel(); 3.创建缓存区      ByteBuffer buffer = ...

  5. Linux从入门到放弃、零基础入门Linux(第二篇):在虚拟机vmware中安装linux(一)超详细手把手教你安装centos分步图解

    一.Vmware vmware介绍:VMware,Inc. (Virtual Machine ware)是一个“虚拟PC”软件公司,提供服务器.桌面虚拟化的解决方案.其虚拟化平台的产品包括播放器:它能 ...

  6. rz上传文件乱码

    问题 使用rz上传文件时,出现乱码,上传失败. 原因 文件中包含控制字符 解决方法 使用 rz -be -b:–binary  用binary的方式上传下载,不解释字符为ascii: -e:–esca ...

  7. rhel7 学习第三天

    <Linux就该这么学>学习第三天,掌握了一些常用的命令

  8. linux常见性能分析工具

     vmstat    sar  (来源于sysstat工具包,需要yum  sysstat)iostat  (来源于sysstat工具包,需要yum  sysstat)free  -muptimene ...

  9. python关于type()与生成器generator的用法

    如果按这种形式写  type(a)(b) 那此处的b是个可迭代对象,这个对象迭代完成后,再放到type里    from pymysql._compat import range_type, text ...

  10. vue使用swiper模块滑动时报错:[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example becaus

    报错: vue报这个错 [Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for ex ...