-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Building Games with Flutter
By :

You will have used Flutter to build apps or websites before and may be wondering whether Flutter is good enough to make great games. Flutter is a great choice for game programming for the following reasons:
Unlike other frameworks, Flutter does not use native components and instead draws its own, all drawn with the lightning-fast Skia Graphics Engine. Skia is an open source graphics library that works on a variety of hardware and software platforms, which abstracts away platform-specific graphics APIs that are different on each platform. The APIs provide functionality for drawing shapes, text, and images.
Now that we have explained Flutter, let's delve deeper into the language that Flutter uses, Dart.