Skip to content

Commit 860a266

Browse files
MaryaBelangerparlough
authored andcommitted
headers for organization, formatting
1 parent 00054dd commit 860a266

File tree

1 file changed

+71
-34
lines changed

1 file changed

+71
-34
lines changed

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

+71-34
Original file line numberDiff line numberDiff line change
@@ -4,52 +4,89 @@ description: Mobile apps and Google web apps are two of the most common uses for
44
toc: false
55
---
66

7-
The popular [Flutter toolkit][Flutter] relies on the Dart language,
8-
so developers writing Flutter apps—for Android, iOS, or other targets—use Dart.
9-
Some of the popular Flutter-based apps are [Alibaba][], [Google Pay][], [PUBG][]
10-
and to find a list of Flutter apps, visit the [Flutter showcase.][showcase]
11-
12-
[Flutter]: {{site.flutter}}
13-
[showcase]: {{site.flutter}}/showcase
14-
[Alibaba]: https://play.google.com/store/apps/details?id=com.alibaba.intl.android.apps.poseidon
15-
[BMW]: https://www.press.bmwgroup.com/global
16-
[PUBG]: https://play.google.com/store/apps/details?id=com.pubg.newstate
17-
18-
Google engineers use Dart to create many applications,
19-
including some that are critical to Google's enterprise.
20-
For example, if you use the [Google Ads][] web or mobile app,
21-
you're using a Dart app that supports much of Google's revenue.
22-
Also, the Assistant team at Google uses Dart for features in Smart Displays,
23-
as described in [this announcement.][flutter-io19]
7+
## Flutter
248

25-
[Google Ads]: https://ads.google.com/getstarted
26-
[flutter-io19]: https://developers.googleblog.com/2019/05/Flutter-io19.html
9+
The popular [Flutter toolkit][] is powered by the Dart language,
10+
runtimes, tooling, and libraries. Over 500,000 Flutter apps for Android,
11+
iOS, the web, and other targets, are all Dart-based.
12+
13+
The [Flutter showcase][] features popular Flutter apps, including:
14+
15+
* [BMW][]
16+
> "The BMW Group is establishing itself as a leading automotive app developer
17+
and provider with a Flutter architecture developed 100% in-house."
18+
* [Sonos][]:
19+
> "...If setup is the “grand entryway” to the Sonos ecosystem, Flutter forms
20+
its elegant façade..."
21+
* [Alibaba][]:
22+
> "When the Xianyu team was challenged to improve their user experience by
23+
developing an app that was consistent across platforms, had beautiful graphics,
24+
and still loaded fast, they turned to Flutter."
25+
* [PUBG][]:
26+
> "When the PUBG MOBILE team wanted to add a community module to allow players
27+
from all over the world to share gameplay clips and more, they turned to Flutter."
28+
29+
[Flutter toolkit]: {{site.flutter}}
30+
[Flutter showcase]: {{site.flutter}}/showcase
31+
[BMW]: https://www.press.bmwgroup.com/global/article/detail/T0328610EN/the-my-bmw-app:-new-features-and-tech-insights-for-march-2021?language=en
32+
[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
2735

28-
Some of the google powered applications that use dart are
29-
- The [Google Play Console] that lets app publishers market Android apps
30-
- The [Google Nest Hub] and Hub Max devices: both the UI and a lot of back-end code are written in Dart
31-
- [Google Pay][], [Google One][], [Google Fibre][], [Google Elections][], [Google Shopping][], [Cloud Search][]
32-
- [Family Link][], [Google One][], [Cloud Search][]: Flutter and Dart
36+
## Google
37+
38+
Dart is used in almost every product group at Google:
39+
40+
* The [Google Play Console][] lets app publishers market Android apps, and
41+
is written completely in Dart.
42+
* 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:
49+
* [Google Pay][]
50+
* [Google One][]
51+
* [Google Fibre][]
52+
* [Google Elections][]
53+
* [Google Shopping][]
54+
* [Cloud Search][]
55+
* [Family Link][]
56+
* [Google One][]
57+
* [Cloud Search][]
58+
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.
3361

3462
[Google Play Console]: https://android-developers.googleblog.com/2020/06/introducing-new-google-play-console-beta.html
63+
[Google Ads]: https://ads.google.com/getstarted
64+
[Google Assistant]: https://developers.googleblog.com/2019/05/Flutter-io19.html
3565
[Google Nest Hub]: https://store.google.com/us/product/nest_hub_2nd_gen?hl=en-US
3666
[Google Pay]: https://pay.google.com/intl/en_in/about
37-
[Family Link]: https://families.google/familylink
38-
[Google One]: https://one.google.com/about
3967
[Google Fibre]: https://fiber.google.com
4068
[Google Elections]: https://elections.google
4169
[Google Shopping]: https://shopping.google.com
70+
[Family Link]: https://families.google/familylink
71+
[Google One]: https://one.google.com/about
4272
[Cloud Search]: https://workspace.google.com/intl/en_in/products/cloud-search
4373

44-
Many companies use dart for building applications, such companies are:
74+
## External
4575

46-
[Wrike][] uses the angulardart framework which is developed using dart,
47-
[Blossom][], [ufirst][], [Modanisa][], [Sonos][], [Easy Insure][] and [Workiva][] uses for their web applications.
76+
Beyond Google and Flutter, many companies use Dart for building their applications:
4877

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.
81+
* [Blossom][] is an agile project management tool built with Dart.
82+
* And many more!
83+
84+
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!
86+
87+
[Workiva's]: https://www.workiva.com/en-in
4988
[Wrike]: https://www.wrike.com
50-
[Sonos]: https://www.sonos.com/en-in/home
89+
[AngularDart]: https://angulardart.xyz/guide/setup
5190
[Blossom]: https://blossom.co
52-
[ufirst]: https://ufirst.com/en
53-
[Modanisa]: https://www.modanisa.com/en
54-
[Easy Insure]: https://easyinsure.ca/main.aspx
55-
[Workiva]: https://www.workiva.com/en-in
91+
[our site's GitHub]: https://github.com/dart-lang/site-www
92+

0 commit comments

Comments
 (0)