Shashank Biplavfor<ShashankBiplav />shashankbiplav.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...Kaima and 2 others are discussing this3 people are discussing thisDiscuss·141 likes·1.5K readsSimply FlutterFlutter❤️ 7
Yusuf Ahmed Tijani forTAYtaycodes.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...NELSON MICHAEL and 8 others are discussing this9 people are discussing thisDiscuss·112 likes·12.7K readsFlutterReally well written, awesome read! 5
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...Discuss·93 likes·23.4K readsFluttermaps
Arsalan Yaqoob MalikforArsalan Malik's Blogarsalanmalik.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...DiscussWidget of the Day (Flutter)Flutter
Rahul NaikforRahul Naik rahulnaik.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...Discuss·1 like·51 readsFlutter Widgets
Anuj MouryaforCode Bytesanuj0612.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...Discuss·1 likeFlutter
Yash Khattarforyashkhattar.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...DiscussFlutter
khandoker ananforAnan's Sightkhandokeranan.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...Discuss·5 likes·39 readsFlutter
Atuoha AnthonyforFlutter Awareatuoha.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...Discuss·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...Discuss·11 likes·29 readsFlutter
Chetanforwightintech.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...Discuss·1 like#100daysofcodechallenge100DaysOfCode
Makafui Tsaglifortsmakaay.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...DiscussFlutter Widgets
Ravi Patelforravipatel.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...DiscussFlutter