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
c81eb052
Unverified
Commit
c81eb052
authored
Jul 21, 2022
by
creativecreatorormaybenot
Committed by
GitHub
Jul 21, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct links and grammar in `README.md` (#108113)
parent
505ccf91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
README.md
README.md
+10
-8
No files found.
README.md
View file @
c81eb052
...
@@ -20,19 +20,19 @@ open source.
...
@@ -20,19 +20,19 @@ open source.
## Documentation
## Documentation
*
[
Install Flutter
](
https://flutter.dev/get-started/
)
*
[
Install Flutter
](
https://flutter.dev/get-started/
)
*
[
Flutter documentation
](
https://
flutter.dev/docs
)
*
[
Flutter documentation
](
https://
docs.flutter.dev/
)
*
[
Development wiki
](
https://github.com/flutter/flutter/wiki
)
*
[
Development wiki
](
https://github.com/flutter/flutter/wiki
)
*
[
Contributing to Flutter
](
https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md
)
*
[
Contributing to Flutter
](
https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md
)
For announcements about new releases, follow the
For announcements about new releases, follow the
[
flutter-announce@googlegroups.com
](
https://groups.google.com/forum/#!forum/flutter-announce
)
[
flutter-announce@googlegroups.com
](
https://groups.google.com/forum/#!forum/flutter-announce
)
mailing list. Our documentation also tracks
[
breaking
mailing list. Our documentation also tracks
[
breaking
changes](https://
flutter.dev/docs
/release/breaking-changes) across releases.
changes](https://
docs.flutter.dev
/release/breaking-changes) across releases.
## Terms of service
## Terms of service
The Flutter tool may occasionally download resources from Google servers. By
The Flutter tool may occasionally download resources from Google servers. By
downloading or using the Flutter SDK you agree to the Google Terms of Service:
downloading or using the Flutter SDK
,
you agree to the Google Terms of Service:
https://policies.google.com/terms
https://policies.google.com/terms
For example, when installed from GitHub (as opposed to from a prepackaged
For example, when installed from GitHub (as opposed to from a prepackaged
...
@@ -85,8 +85,8 @@ Flutter works with any development tool (or none at all), and also includes
...
@@ -85,8 +85,8 @@ Flutter works with any development tool (or none at all), and also includes
editor plug-ins for both
[
Visual Studio Code
]
and
[
IntelliJ / Android Studio
]
.
editor plug-ins for both
[
Visual Studio Code
]
and
[
IntelliJ / Android Studio
]
.
Flutter provides
[
tens of thousands of packages
][
Flutter packages
]
to speed your
Flutter provides
[
tens of thousands of packages
][
Flutter packages
]
to speed your
development, regardless of your target platform. And accessing other native code
development, regardless of your target platform. And accessing other native code
is easy, with support for both
[
FFI
]
and
[
platform-specific APIs
]
[
platform
is easy, with support for both
FFI (
[
on Android
][
Android FFI
]
,
[
on iOS
][
iOS FFI
]
,
channels].
and
[
on macOS
][
macOS FFI
]
) as well as
[
platform-specific APIs
][
platform
channels
]
.
Flutter is a fully open-source project, and we welcome contributions.
Flutter is a fully open-source project, and we welcome contributions.
Information on how to get started can be found in our
Information on how to get started can be found in our
...
@@ -99,7 +99,7 @@ Information on how to get started can be found in our
...
@@ -99,7 +99,7 @@ Information on how to get started can be found in our
[
Discord badge
]:
https://img.shields.io/discord/608014603317936148
[
Discord badge
]:
https://img.shields.io/discord/608014603317936148
[
Twitter handle
]:
https://img.shields.io/twitter/follow/flutterdev.svg?style=social&label=Follow
[
Twitter handle
]:
https://img.shields.io/twitter/follow/flutterdev.svg?style=social&label=Follow
[
Twitter badge
]:
https://twitter.com/intent/follow?screen_name=flutterdev
[
Twitter badge
]:
https://twitter.com/intent/follow?screen_name=flutterdev
[
layered architecture
]:
https://
flutter.dev/docs
/resources/inside-flutter
[
layered architecture
]:
https://
docs.flutter.dev
/resources/inside-flutter
[
architectural overview
]:
https://docs.flutter.dev/resources/architectural-overview
[
architectural overview
]:
https://docs.flutter.dev/resources/architectural-overview
[
widget catalog
]:
https://flutter.dev/widgets/
[
widget catalog
]:
https://flutter.dev/widgets/
[
Cupertino
]:
https://docs.flutter.dev/development/ui/widgets/cupertino
[
Cupertino
]:
https://docs.flutter.dev/development/ui/widgets/cupertino
...
@@ -111,6 +111,8 @@ Information on how to get started can be found in our
...
@@ -111,6 +111,8 @@ Information on how to get started can be found in our
[
Visual Studio Code
]:
https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[
Visual Studio Code
]:
https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[
IntelliJ / Android Studio
]:
https://plugins.jetbrains.com/plugin/9212-flutter
[
IntelliJ / Android Studio
]:
https://plugins.jetbrains.com/plugin/9212-flutter
[
Flutter packages
]:
https://pub.dev/flutter
[
Flutter packages
]:
https://pub.dev/flutter
[
FFI
]:
https://flutter.dev/docs/development/platform-integration/c-interop
[
Android FFI
]:
https://docs.flutter.dev/development/platform-integration/android/c-interop
[
platform channels
]:
https://flutter.dev/docs/development/platform-integration/platform-channels
[
iOS FFI
]:
https://docs.flutter.dev/development/platform-integration/android/c-interop
[
macOS FFI
]:
https://docs.flutter.dev/development/platform-integration/macos/c-interop
[
platform channels
]:
https://docs.flutter.dev/development/platform-integration/platform-channels
[
interop example
]:
https://github.com/flutter/flutter/tree/master/examples/platform_channel
[
interop example
]:
https://github.com/flutter/flutter/tree/master/examples/platform_channel
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