没有合适的资源?快使用搜索试试~ 我知道了~
首页Learn Google Flutter Fast: 65 Example Apps
资源详情
资源评论
资源推荐


Table of Contents
Table of Contents
1. Table of Contents
2. Welcome
Introduction
Acknowledgements
Purpose
Work
Disclaimer
Revisions
Source Code
Location
Example & Exercise Names
Example – ‘gesture_app’
One File
3. The Big Picture
Introduction
Before Cross-Platform Mobile Application Development
Early Cross-Platform Development Tools
Development Tools That Used Native Libraries
Development Tools That Didn’t Use Native Libraries
Modern Cross-Platform Development Tools
React Native
Google Flutter
Conclusion
4. Introduction to Dart
Introduction

Platforms
1. Within a Web Browser
2. As Interpreted Application
3. As Native Application
Dart SDK
Command-Line Tools
Libraries
5. Basic Dart
Introduction
Example Code
Entry Point
Example Code
Output
Introduction to Typing
Statically-typed languages.
Dynamically-typed languages.
Dart Typing
Static Types
Dynamic Types (aka Untyped)
There is a difference, but it is subtle.
This code wont compile. Dartpad displays the following error:
Type Inference
Example of Inference #1:
Output
Example of Inference #2:
Output
Type Matching
Example Code
Output
Type Information

Example Code
Output
Strings
Interpolation
Raw Strings
Runes
Object-Orientated Language Features
Modules
Constructors
Instance Variables
Constructor and Method Parameters
Constructor and Method Parameters - Positional Required
Constructor and Method Parameters - Positional Optional
Constructor and Method Parameters - Named
Other
Method Cascades
6. More Advanced Dart
Introduction
Operator Overloading
Example
Warning
Reflection
Mixins
Collections
Introduction
Lists
Maps
More-Specific Collection Classes
Assertions
Example Code

Output
Assertions & Modes (Flutter)
Further Reading
Errors & Exceptions
Why Have Error & Exception Handling?
Errors
Exceptions
Handling Errors
Handling Exceptions
Finally
Catch Exception
Catch Exception and Stack Trace
Catch Specific Exceptions
Throw Exception
Rethrow Exception
Create Custom Exceptions
Console Output
Example Code
Output
Asynchronicity
Introduction
Future
Invoking and Handling Asynchronous Operations
Future API
Async & Await Keywords
Reactive Programming
Further Reading
7. Introduction to Flutter
Introduction
What is Flutter?
剩余830页未读,继续阅读



















安全验证
文档复制为VIP权益,开通VIP直接复制

评论1