1 Meet Flutter

 

In this chapter:

  • What is Flutter?
  • What is Dart?
  • Why does Flutter use Dart?
  • When is Flutter the right tool?
  • The benefits of Flutter
  • Who uses Flutter

Flutter is a mobile sdk, built and open-sourced by Google, that, at its core, is about empowering everyone to build beautiful mobile apps. Whether you come from the world of web development or native mobile development, Flutter makes it easier than ever to create mobile apps in a familiar, simplified way. Flutter is special in that it makes it truly capable to "write once, and deploy everywhere". As of this writing, Flutter apps will deploy to Android, iOS, and ChromeOS. In the near future, Flutter apps will also run as web apps and Desktop apps on all major operating systems.

In short, Flutter is a truly complete SDK for creating applications. It’s a platform that provides everything you need to build applications: the rendering engine, UI components, testing frameworks, tooling, a router, and many more features that you need to create an application. The consequence is that you get to focus on the interesting problems in your app. You can focus specifically on the domain functionality, and everything else is taken care of. The value that it provides is astonishing.

1.1  Why Does Flutter Use Dart?

1.2  On Dart

1.3  Who Uses Flutter?

1.4  Who should be using Flutter?

1.4.1  Teams, Project Leads, and CTOs

1.4.2  Individual Developers

1.4.3  Code School Students and Recent CS Grads

1.4.4  Open Source Developers

1.4.5  People Who Value Speed

1.4.6   People Who Are Lazy

1.4.7  People Who Value Control

1.5  Who is This Book For?

1.6  Other Mobile Development Options

1.6.1  Native Development (iOS and Android)

1.6.2  Cross-Platform JavaScript Options

1.7  The Immediate Benefits of Flutter

1.7.1  No JavaScript Bridge

1.7.2  Compile Time

1.7.3  Write Once, Test Once, Deploy Everywhere

sitemap