> For the complete documentation index, see [llms.txt](https://flutter2015.firefirestyle.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flutter2015.firefirestyle.net/master.md).

# Introduction

**This Memo is deprecated.**

\[news]

* I'm checking for umiuni2d only about flutter func now.
* ***2018/01/04: re-learning***[ ***Dart x Flutter Memo (0)\[2018\]***](https://medium.com/@kyorohiro_72753/dart-x-flutter-memo-0-7ab0f2e8877a)

\[flutter api check]

* <https://github.com/kyorohiro/umiuni2d_check>

\[umiuni2d]

* <https://github.com/kyorohiro/umiuni2d>
* <https://github.com/kyorohiro/umiuni2d_example>
* <https://github.com/kyorohiro/umiuni2d_netbox>
* <https://github.com/kyorohiro/umiuni2d_beacon>

\[api example]

you must to check formal example code.

* <https://github.com/flutter/flutter/tree/master/examples>

## Flutter (skyengine)

This book is memo that kyorohiro have been learning about flutter with dart..

#### About Flutter

Flutter is dartlang framework for mobile platform.

![](/files/-M23mPHPbFCXHe3lvRSk)

### REF

* <http://flutter.io/>
* <https://github.com/domokit/mojo>

### LICENSES

Thid document 's licenses is following

<http://creativecommons.org/licenses/by/4.0/>

### CONTENT

* [hello](/hello.md)
  * [helloworld](/hello/doc.md)
  * [build flutter](/hello/build_flutter.md)
  * [build as standalone android app(old)](/hello/build_android.md)
    * [draw text](/hello/build_android/doc.md)
    * [draw image](/hello/build_android/doc-1.md)
    * [set icon](/hello/build_android/doc-2.md)
  * [build as standalone apk(update 2015/ 11/29)](/hello/build_android2.md)
  * [build as ios app (update 2015 12/20)](/hello/build_ios.md)
  * [build as linux app (no content)](broken://pages/-M23mMiQz-AOrao94kZg)
  * [build as mac app (no content)](broken://pages/-M23mMiQz-AOrao94kZg)
  * [build mojo](broken://pages/-M23mMjILVuOkv6zuI5s)
  * [build as chromeapp](/hello/build_chromeapp.md)\_
* [rendering](/rendering.md)
  * [draw\_rect](/rendering/doc.md)
  * [anime\_rect](/rendering/doc-1.md)
  * [anime\_rect(use animation.dart)](/rendering/doc-2.md)
  * [draw\_image](/rendering/doc-3.md)
  * [rotate\_image](/rendering/doc-4.md)
  * [draw\_image\_from\_assets](/rendering/doc-5.md)
  * [sound\_test(rendering & service)](/rendering/doc-6.md)
  * [touch\_test](/rendering/doc-7.md)
  * [multitouch\_test](/rendering/doc-8.md)
  * [**\[@\]demo::mini game(spacewar!)**](/rendering/doc-9.md)
  * ![](/files/-M23mPHVA4UJFt_o0-lQ)
  * [draw\_text](/rendering/doc-10.md)
  * [draw\_path](/rendering/doc-11.md)
  * [draw\_vertexs](/rendering/doc-12.md)
  * [draw\_vertexs\_with\_image](/rendering/doc-13.md)
  * [**\[@\]demo:3d anime**](/rendering/doc-14.md)
  * ![](/files/-M23mNsI4I7JSvCl9H5_)
  * [input text from ime(RenderObject)](/rendering/doc-15.md)
* [widget](/widgets.md)
  * [text](/widgets/doc.md)
  * [network image](/widgets/doc-1.md)
  * [assets image](/widgets/doc-2.md)
  * [raw image](/widgets/doc-3.md)
  * [container](/widgets/doc-4.md)
  * [row](/widgets/doc-5.md)
  * [col](/widgets/doc-6.md)
  * [flexible](/widgets/doc-7.md)
  * [navigator](/widgets/doc-8.md)
  * [stateful component](/widgets/doc-9.md)
  * [scaffold](/widgets/doc-10.md)
  * [scaffold x drawer](/widgets/doc-11.md)
  * [scrollable viewport](/widgets/doc-12.md)
  * [scrollable list](/widgets/doc-13.md)
  * [input text from ime(EditableText)](/widgets/doc-14.md)
* [dart:io](/dartio.md)
  * [HttpClient Post & Get](/dartio/doc.md)
  * [NetworkInterface](/dartio/doc-1.md)
  * [TCP Socket](/dartio/doc-2.md)
  * [UDP Socket](/dartio/doc-3.md)
  * [File Path(dart:io & service)](/dartio/doc-4.md)
  * [File Create & Permission](/dartio/doc-5.md)
* [dart:ui](/dartui.md)
  * [draw rect](/dartui/doc.md)
  * [pointer event](/dartui/doc-1.md)
* [mojo for flutter](/mojo.md)
  * [get and post request](/mojo/doc.md)
  * [sensor test](/mojo/doc-1.md)
  * [**\[@\]demo:gravity sensor**](/mojo/doc-2.md)
* [2d physics for scratch](/physics2d.md)
  * [collision without rotation](/physics2d/doc.md)
  * [**\[@\]democollision without friction**](/physics2d/doc-1.md)
  * \[b]
* [2d physics for newton](/physics2d_newton.md)
* [mojo for native](/mojo_native.md)
  * [build mojo](broken://pages/-M23mMjILVuOkv6zuI5s)
* [48 hour trial](/ch48.md)
* ![](/files/-M23mPHfh9uIQRgXKsQb)
  * [create iron heart](/ch48/doc.md)
  * [tiny tetris](/ch48/doc-1.md)
