According to the official Flutter website Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. This basically implies that flutter is an open-source development platform built primarily to enable developers to create android and ios applications, as well as web apps without having to manage different codes for each use case.

Flutter employs the use of Dart Programming Language and it is pre-loaded with some awesome Material Design packages which makes apps created with Flutter have an incredible feels to it.

In case you haven’t setup a supported IDE and installed flutter on your computer, click here to get it done, using the official documentation.

In today’s tutorial, we will be creating a cool looking material flutter note app, just like in the image below.

#flutter

Create a Sleek Note With Flutter - Build A Flutter Note Application
2.25 GEEK