1
1
---
2
2
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.
4
6
toc : false
5
7
---
6
8
7
9
## Flutter
8
10
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,
11
14
iOS, the web, and other targets, are all Dart-based.
12
15
13
16
The [ Flutter showcase] [ ] features popular Flutter apps, including:
@@ -30,22 +33,24 @@ The [Flutter showcase][] features popular Flutter apps, including:
30
33
[ Flutter showcase ] : {{site.flutter}}/showcase
31
34
[ 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
35
[ 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
35
38
36
39
## Google
37
40
38
41
Dart is used in almost every product group at Google:
39
42
40
43
* The [ Google Play Console] [ ] lets app publishers market Android apps, and
41
- is written completely in Dart.
44
+ is written completely in Dart.
42
45
* 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
+
49
54
* [ Google Pay] [ ]
50
55
* [ Google One] [ ]
51
56
* [ Google Fibre] [ ]
@@ -56,8 +61,9 @@ devices are written in Dart.
56
61
* [ Google One] [ ]
57
62
* [ Cloud Search] [ ]
58
63
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.
61
67
62
68
[ Google Play Console ] : https://android-developers.googleblog.com/2020/06/introducing-new-google-play-console-beta.html
63
69
[ 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
71
77
[ Google One ] : https://one.google.com/about
72
78
[ Cloud Search ] : https://workspace.google.com/intl/en_in/products/cloud-search
73
79
74
- ## External
80
+ ## Community
75
81
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:
77
84
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.
81
89
* [ Blossom] [ ] is an agile project management tool built with Dart.
82
90
* And many more!
83
91
84
92
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!
86
94
87
95
[ Workiva's ] : https://www.workiva.com/en-in
88
96
[ Wrike ] : https://www.wrike.com
89
97
[ AngularDart ] : https://angulardart.xyz/guide/setup
90
98
[ 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