Skip to content

Commit

Permalink
Create flutter-for-ios.md (flutter#938)
Browse files Browse the repository at this point in the history
* Create flutter-for-ios.md

* Remove double space

* Add a WIP notice at the top of the file
  • Loading branch information
rock3r authored and mjohnsullivan committed Apr 12, 2018
1 parent 6bac5f9 commit 760f9d2
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions flutter-for-ios.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
layout: page
title: Flutter for iOS Developers
permalink: /flutter-for-ios/
---

# This document is a work in progress
We're working on this document right now. Please do not rely on its completeness
and accuracy until it's finished and it's shown in the sidebar as a link.

---

This document is meant for iOS developers looking to apply their
existing iOS knowledge to build mobile apps with Flutter. If you understand
the fundamentals of the iOS framework then you can use this document as a
jump start to Flutter development.

Your iOS knowledge and skill set are highly valuable when building with
Flutter, because Flutter relies on the mobile operating system for numerous
capabilities and configurations. Flutter is a new way to build UIs for mobile,
but it has a plugin system to communicate with iOS (and Android) for non-UI
tasks. If you're an expert in iOS development, you don't have to relearn everything
to use Flutter.

This document can be used as a cookbook by jumping around and finding questions
that are most relevant to your needs.

* TOC Placeholder
{:toc}

0 comments on commit 760f9d2

Please sign in to comment.