State management with GetX GetX is a powerful and lightweight package in Flutter that provides a convenient way to manage state, handle dependency injection, and navigate between screens. It simplifie...Read More
Flutter most used widgets Flutter has a rich library of layout widgets. In this lesson we cover the most used. We also experiment with a reusable ‘Hotel’ component. The data can be passed ...Read More
Flutter Layout widgets Flutter has a rich library of layout widgets. Here are a few of those most commonly used. They fall into two categories: standard widgets from the widgets library, and specializ...Read More
Flutter Architecture Flutter is a cross-platform UI toolkit that is designed to allow code reuse across operating systems such as iOS and Android, while also allowing applications to interface directl...Read More
Advance Dart programming. We learned about Future, REST API access and other best practices. Console user input In Dart, you can get user input from the console using the stdin library, which is part ...Read More
Dart is the open-source programming language originally developed by Google. It is meant for both server side as well as the user side. Dart is an object-oriented programming language and supports all...Read More
Color harmony is a color theory technique for combining colors that are aesthetically pleasing and harmonious. Color harmony is based on geometric relationships on the color wheel, such as complementa...Read More
Lesson 6: Typography Understanding “Typography”. There is interesting history behind “Type”, or popularly known as “Fonts”. Let’s understand the different mea...Read More