© 2023 Hashnode
#flutter-sdk
I followed a Flutter tutorial today to create a todo list app. While working on the delete button, I encountered an issue with the animation. Instead of the desired effect, the button appeared circular when hovered or clicked, despite needi…
Flutter is a popular mobile app development framework that enables developers to create high-quality, cross-platform apps for iOS and Android platforms. One of the key factors that contribute to the s…
Dart is a single-threaded programming language, Which means That it can do one thing at a time. It has a single call stack [ one thread == one call stack == one thing at a time ]. Program run piece…
Flutter is an open-source mobile app development framework created by Google. It is an easy-to-use framework that allows developers to build cross-platform mobile applications for both Android and iOS…
Flutter is a popular framework for building high-performance, cross-platform applications, including web applications. However, when building web applications with Flutter, you may encounter a problem…
Flutter is an open-source mobile application development framework that was created by Google. It was first introduced in 2017 and has gained a lot of popularity since then. Flutter allows developers …
This is a complete guide for setting up your windows computer for flutter development, where I will show you a step-by-step guide on how to run flutter on Visual Studio code. ➡️Requirements: Flutter …
With hundreds of chat apps already on the market, developers are looking for ways to integrate additional fun features to make their apps stand out from the rest. The QuickBlox Flutter SDK enables you…
Flutter is a free and open-source mobile application development framework created by Google. It is used to develop applications for Android, iOS, Linux, Mac, Windows, and the web. One of the key feat…
Navigation is an essential part of any mobile application. A well-architected application provides users with consistent navigation which further enhances user experience and helps keep the app organi…