Shashank Biplavshashankbiplav.hashnode.net·Feb 20, 2021FeaturedFlutter Basics - How Flutter renders the contents on the screen?After reading my previous article in this series, you would be wondering that how actually flutter rebuilds widgets. Every widget has its own build method and they are called often! During a complete rebuild, how much of a performance hit do we encou...141 likes·1.5K readsSimply FlutterFlutter
Yusuf Ahmed Tijani taycodes.hashnode.net·Oct 23, 2021Building a Realtime Chat App with Flutter, Node.js & Socket.IOInstant messaging has revolutionized how we communicate with each other, you could send a message to anyone anywhere in the world and they would instantly receive it. Instant messaging applications like WhatsApp, Messenger and Instagram make use of...112 likes·12.7K readsFlutter
Nitesh KumarforGeekyAnts Tech Bloghysterical-ambition-request-53.hashnode.net·Mar 26, 2021Implementing Flutter Maps With OSMIntroduction With the surge in availability of access to the internet, we all have moved from remembering neighborhood locations to marking them on Maps. So, as the users are getting quite comfortable with using maps on their devices, the necessity o...93 likes·23.4K readsFluttermaps
Arsalan Yaqoob Malikarsalanmalik.hashnode.net·Apr 25, 2023Expanded WidgetIn Flutter, widgets are the building blocks of user interfaces. They define the structure and behavior of the UI elements that appear on the screen. An Expanded widget is a type of layout widget that is used to adjust the size of its child widget ins...Widget of the Day (Flutter)Flutter
Rahul Naikrahulnaik.hashnode.net·Apr 22, 2023Navigation and routing in FlutterFlutter provides a complete system for navigating between screens and handling deep links. Small applications without complex deep linking can use Navigator, while apps with specific deep linking and navigation requirements should also use the Router...1 like·51 readsFlutter Widgets
Anuj Mouryaanuj0612.hashnode.net·Apr 18, 2023MQTT Client: The Lightweight Messaging Protocol for IoT and BeyondMQTT (Message Queuing Telemetry Transport) is a lightweight messaging protocol designed for efficient communication between devices in IoT (Internet of Things) applications. An MQTT client is a device or software application that uses the MQTT protoc...1 likeFlutter
Yash Khattaryashkhattar.hashnode.net·Apr 16, 2023Flutter: Gesture Detector Vs. Inkwell WidgetIn Flutter, Gesture Detector and Inkwell are the two commonly used widgets used to listen to users' gestures on a particular UI component like a container or icon. Gesture Detector: This is a more general-purpose widget that can detect a wide range o...Flutter
khandoker anankhandokeranan.hashnode.net·Apr 13, 2023Flutter Fast Implementation: Forms Building, and Sign Up Page WidgetsHere is the UI that we want to build ultimately in this blog. Required Flutter packages Open pubspec.yaml and add these packages under dependencies: dependencies: flutter: sdk: flutter # add these packages in your flutter project first goo...5 likes·39 readsFlutter
Atuoha Anthonyatuoha.hashnode.net·Apr 7, 2023Flutter best practisesFlutter is a flexible and powerful mobile app development framework that allows developers to build high-performance, visually appealing apps for multiple platforms. However, building a successful Flutter app requires more than just knowing how to wr...47 readsFlutter
Samriddhi KarmacharyaforCodingMountain's Blogcodingmountain-1680170230500.hashnode.net·Apr 4, 2023What are Keys in Flutter?Working with Flutter, many times we bump into something called keys. The key is a property possessed by almost all widgets in Flutter. However, it is not used a lot and therefore is often overlooked. Why do widgets have keys then? Is it of any signif...11 likes·29 readsFlutter
Chetanwightintech.hashnode.net·Apr 1, 2023Day 34 in #100daysofcode challengeHello Hashnode! Today is day 34 of my 100daysofcode challenge and I still can't accept the fact that I didn't quit the challenge yet, although I have missed a few days of blogging I didn't skip coding yet. I have my exams coming up and the next few d...1 like#100daysofcodechallenge100DaysOfCode
Makafui Tsaglitsmakaay.hashnode.net·Mar 31, 2023Day 13 - Basic User RegistrationIn this phase of my #100DaysOfFlutter Challenge, I am working on a notes app to understand how Flutter works. For Day 13, I worked on a user registration screen that enables a user to register an account using an email and password by utilising fireb...Flutter Widgets
Ravi Patelravipatel.hashnode.net·Mar 31, 2023Why You Should Use Flutter for Your ProjectsFlutter is a UI toolkit and SDK which you can use to build applications. Flutter is open source and you can use it to build highly performant mobile and desktop apps. In this article, I'll explain in detail the various benefits of using Flutter so yo...Flutter