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
81fd386a
Unverified
Commit
81fd386a
authored
Sep 12, 2022
by
Pierre-Louis
Committed by
GitHub
Sep 12, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README improvements (#111383)
parent
1ad27570
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
README.md
README.md
+6
-4
No files found.
README.md
View file @
81fd386a
...
@@ -57,7 +57,7 @@ Flutter's [layered architecture] gives you control over every pixel on the
...
@@ -57,7 +57,7 @@ Flutter's [layered architecture] gives you control over every pixel on the
screen and its powerful compositing capabilities let you overlay and animate
screen and its powerful compositing capabilities let you overlay and animate
graphics, video, text, and controls without limitation. Flutter includes a full
graphics, video, text, and controls without limitation. Flutter includes a full
[
set of widgets
][
widget catalog
]
that deliver pixel-perfect experiences whether
[
set of widgets
][
widget catalog
]
that deliver pixel-perfect experiences whether
you're building for iOS (
[
Cupertino
]
) or
Android
(
[
Material
]
), along with
you're building for iOS (
[
Cupertino
]
) or
other platforms
(
[
Material
]
), along with
support for customizing or creating entirely new visual components.
support for customizing or creating entirely new visual components.
<p
align=
"center"
><img
src=
"https://github.com/flutter/website/blob/main/src/assets/images/docs/homepage/reflectly-hero-600px.png?raw=true"
alt=
"Reflectly hero image"
></p>
<p
align=
"center"
><img
src=
"https://github.com/flutter/website/blob/main/src/assets/images/docs/homepage/reflectly-hero-600px.png?raw=true"
alt=
"Reflectly hero image"
></p>
...
@@ -75,7 +75,7 @@ as JavaScript for the web and Intel x64 for desktop devices.
...
@@ -75,7 +75,7 @@ as JavaScript for the web and Intel x64 for desktop devices.
### Productive development
### Productive development
Flutter offers
stateful hot reload
, allowing you to make changes to your code
Flutter offers
[
stateful hot reload
][
Hot reload
]
, allowing you to make changes to your code
and see the results instantly without restarting your app or losing its state.
and see the results instantly without restarting your app or losing its state.
[
![Hot reload animation
][]
]
[
Hot reload
]
[
![Hot reload animation
][]
]
[
Hot reload
]
...
@@ -87,7 +87,8 @@ editor plug-ins for both [Visual Studio Code] and [IntelliJ / Android Studio].
...
@@ -87,7 +87,8 @@ 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 (
[
on Android
][
Android FFI
]
,
[
on iOS
][
iOS FFI
]
,
is easy, with support for both FFI (
[
on Android
][
Android FFI
]
,
[
on iOS
][
iOS FFI
]
,
and
[
on macOS
][
macOS FFI
]
) as well as
[
platform-specific APIs
][
platform channels
]
.
[
on macOS
][
macOS FFI
]
, and
[
on Windows
][
Windows 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
...
@@ -113,7 +114,8 @@ Information on how to get started can be found in our
...
@@ -113,7 +114,8 @@ Information on how to get started can be found in our
[
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
[
Android FFI
]:
https://docs.flutter.dev/development/platform-integration/android/c-interop
[
Android FFI
]:
https://docs.flutter.dev/development/platform-integration/android/c-interop
[
iOS FFI
]:
https://docs.flutter.dev/development/platform-integration/
android
/c-interop
[
iOS FFI
]:
https://docs.flutter.dev/development/platform-integration/
ios
/c-interop
[
macOS FFI
]:
https://docs.flutter.dev/development/platform-integration/macos/c-interop
[
macOS FFI
]:
https://docs.flutter.dev/development/platform-integration/macos/c-interop
[
Windows FFI
]:
https://docs.flutter.dev/development/platform-integration/windows/building#integrating-with-windows
[
platform channels
]:
https://docs.flutter.dev/development/platform-integration/platform-channels
[
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