Skip to content

Commit 91b4b07

Browse files
committed
Post-merge main merge fixes
1 parent bd43d79 commit 91b4b07

File tree

1 file changed

+29
-21
lines changed

1 file changed

+29
-21
lines changed

src/content/community/who-uses-dart.md

+29-21
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
---
22
title: Who uses Dart
3-
description: Mobile apps and Google web apps are two of the most common uses for the Dart language.
3+
description: >-
4+
Mobile apps and Google web apps are two of
5+
the most common uses for the Dart language.
46
toc: false
57
---
68

79
## Flutter
810

9-
The popular [Flutter toolkit][] is powered by the Dart language,
10-
runtimes, tooling, and libraries. Over 500,000 Flutter apps for Android,
11+
The popular [Flutter toolkit][] is powered by the
12+
Dart language, runtimes, tooling, and libraries.
13+
Over _one million_ Flutter apps for Android,
1114
iOS, the web, and other targets, are all Dart-based.
1215

1316
The [Flutter showcase][] features popular Flutter apps, including:
@@ -30,22 +33,24 @@ The [Flutter showcase][] features popular Flutter apps, including:
3033
[Flutter showcase]: {{site.flutter}}/showcase
3134
[BMW]: https://www.press.bmwgroup.com/global/article/detail/T0328610EN/the-my-bmw-app:-new-features-and-tech-insights-for-march-2021?language=en
3235
[Sonos]: https://tech-blog.sonos.com/posts/renovating-setup-with-flutter/
33-
[Alibaba]: https://flutter.dev/showcase/alibaba-group
34-
[PUBG]: https://flutter.dev/showcase/pubg-mobile
36+
[Alibaba]: {{site.flutter}}/showcase/alibaba-group
37+
[PUBG]: {{site.flutter}}/showcase/pubg-mobile
3538

3639
## Google
3740

3841
Dart is used in almost every product group at Google:
3942

4043
* The [Google Play Console][] lets app publishers market Android apps, and
41-
is written completely in Dart.
44+
is written completely in Dart.
4245
* The [Google Ads][] team continues to grow, with hundreds of SWEs primarily
43-
writing Dart code.
44-
* The [Google Assistant][] team uses Flutter and Dart to drive the overall system
45-
UI of their Smart Displays.
46-
* Both the UI and much of the back-end code for [Google Nest Hub][] and Hub Max
47-
devices are written in Dart.
48-
* The list goes on, with many more Google applications made using Dart and Flutter:
46+
writing Dart code.
47+
* The [Google Assistant][] team uses Flutter and Dart to
48+
drive the overall system UI of their Smart Displays.
49+
* Both the UI and much of the back-end code for the
50+
[Google Nest Hub][] and Hub Max devices are written in Dart.
51+
* The list goes on, with many more Google applications
52+
made using Dart and Flutter:
53+
4954
* [Google Pay][]
5055
* [Google One][]
5156
* [Google Fibre][]
@@ -56,8 +61,9 @@ devices are written in Dart.
5661
* [Google One][]
5762
* [Cloud Search][]
5863

59-
Several other Google teams are currently rewritting their projects in Flutter.
60-
In all, Google has thousands of developers writing millions of lines of code in Dart.
64+
Several other Google teams are currently rewriting their projects in Flutter.
65+
In all, Google has thousands of developers
66+
writing millions of lines of code in Dart.
6167

6268
[Google Play Console]: https://android-developers.googleblog.com/2020/06/introducing-new-google-play-console-beta.html
6369
[Google Ads]: https://ads.google.com/getstarted
@@ -71,21 +77,23 @@ In all, Google has thousands of developers writing millions of lines of code in
7177
[Google One]: https://one.google.com/about
7278
[Cloud Search]: https://workspace.google.com/intl/en_in/products/cloud-search
7379

74-
## External
80+
## Community
7581

76-
Beyond Google and Flutter, many companies use Dart for building their applications:
82+
Beyond Google and Flutter, many companies use Dart
83+
for building their applications:
7784

78-
* [Workiva's][] next-generation client applications for their productivity suite
79-
are built with Dart.
80-
* [Wrike][] uses the [AngularDart][] framework to develop project management tools.
85+
* [Workiva's][] next-generation client applications for
86+
their productivity suite are built with Dart.
87+
* [Wrike][] uses the [AngularDart][] framework to
88+
develop project management tools.
8189
* [Blossom][] is an agile project management tool built with Dart.
8290
* And many more!
8391

8492
If you build production software with Dart and want to be included in this list,
85-
please visit [our site's GitHub] to open an issue or pull request, thanks!
93+
please visit [our site's GitHub][] to open an issue or pull request, thanks!
8694

8795
[Workiva's]: https://www.workiva.com/en-in
8896
[Wrike]: https://www.wrike.com
8997
[AngularDart]: https://angulardart.xyz/guide/setup
9098
[Blossom]: https://blossom.co
91-
[our site's GitHub]: https://github.com/dart-lang/site-www
99+
[our site's GitHub]: {{site.repo.this}}

0 commit comments

Comments
 (0)