forked from flutter/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create flutter-for-ios.md (flutter#938)
* Create flutter-for-ios.md * Remove double space * Add a WIP notice at the top of the file
- Loading branch information
1 parent
6bac5f9
commit 760f9d2
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |