Flutter

Flutter is a UI framework written in Dart to create multi-platform apps. It is designed to have a high render performance of 60 fps [1]. Therefore the approach is to rebuild a widget if a content has changed instead of changing the content inside of a widget [2].

Custom Icon [draft]

How to create an icon object with your own image, asset or file.

Links

Navigation Bar

Button navigation

Route navigation

Literature

[1] https://flutter.dev/docs/perf/rendering/ui-performance
[2] https://flutter.dev/docs/development/data-and-backend/state-mgmt/simple

Leave a Reply

Your email address will not be published. Required fields are marked *