Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
85f9d590
Unverified
Commit
85f9d590
authored
May 11, 2020
by
Tim Sneath
Committed by
GitHub
May 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md (#56727)
parent
3e31dbd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
12 deletions
+15
-12
README.md
dev/docs/README.md
+15
-12
No files found.
dev/docs/README.md
View file @
85f9d590
Welcome to the Flutter API reference documentation.
**Welcome to the Flutter API reference documentation!**
Flutter is Google
’s mobile UI framework 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.
Flutter is Google
's SDK for crafting beautiful, fast user experiences for
mobile, web and desktop from a single codebase. Flutter works with existing
code, is used by developers and organizations around the world, and is free
and open
source.
Th
e API reference herein
covers all libraries that are exported by the Flutter
Th
is API reference
covers all libraries that are exported by the Flutter
SDK.
### More Documentation
...
...
@@ -33,7 +33,7 @@ import 'package:flutter/services.dart';
#### Dart Libraries
Libraries in the "Dart" section exist in the
`
'dart:'
`
namespace and are imported
Libraries in the "Dart" section exist in the
`
dart:
`
namespace and are imported
using
`'dart:<library>'`
, like so:
```
dart
...
...
@@ -43,7 +43,7 @@ import 'dart:ui';
Except for
`'dart:core'`
, you must import a Dart library before you can use it.
####
Other
Libraries
####
Supporting
Libraries
Libraries in other sections are supporting libraries that ship with Flutter.
They are organized by package and are imported using
...
...
@@ -54,8 +54,11 @@ import 'package:flutter_test/flutter_test.dart';
import
'package:file/local.dart'
;
```
###
Finding Other Libraries
###
Packages on pub.dev
Flutter has a rich community of packages that have been contributed by the
open-source community. You can browse those packages at
[
pub.dev/flutter
](
https://pub.dev/flutter
)
Flutter has a rich ecosystem of packages that have been contributed by the
Flutter team and the broader open source community to a central repository.
Among the thousands of packages you'll find support for Firebase, Google
Fonts, hardware services like Bluetooth and camera, new widgets and
animations, and integration with other popular web services. You can browse
those packages at
[
pub.dev
](
https://pub.dev
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment