
Pull-to-Refresh is a touchscreen gesture that involves the user pulling down a list to trigger an event to fetch the most recent data. This feature can enhance the mobile app by allowing the user to load ... https://cshanjib.hashnode.dev/pull-to-refresh-in-flutter

Building a trivia game using Flutter is a fun and rewarding experience. With the right tools and techniques, we create a high-quality app that engages users and challenges their knowledge. By following the steps outlined in this article, you can buil... https://trudy.hashnode.dev/building-a-u-smart-trivia-game-with-flutter-language

Welcome to day 6 blog and weekend has started and I will have so much extra time from tomorrow for my coding session , really excited . I learnt only 2 topics today so today's blog is going be really short . What did I learn today? 1)Maps: It was one... https://wightintech.hashnode.dev/day-6-in-100daysofcode-challenge

What is Flutter? Ans: Flutter is an open-source mobile application development framework created by Google. It allows developers to create high-performance, visually attractive mobile applications for iOS and Android using a single codebase.
What ar... https://cse-unveiled.hashnode.dev/most-asked-interview-questions-on-flutter

So in the last couple of articles in this series, we got a basic introduction to Records, which is a new built-in collection type coming in Dart 3.0, and how they make developers' life easy with their various applications like facilitating multiple r... https://mokshmahajan.hashnode.dev/unlock-the-magic-of-pattern-matching-in-dart-30

Hello 🙋🏻♂️Flutter Developers, Do you know how to validate whether the link entered by the user is a valid video URL or not? What is Regular Expression?
A regular expression (shortened as regex or regexp; sometimes referred to as rational expressi... https://milansurelia.hashnode.dev/how-to-validate-video-urls-in-dart

Using isolates for concurrency: Dart's isolate system allows you to run multiple independent "isolated" threads of execution within a single Dart process. You can use isolates to perform CPU-intensive tasks without blocking the main UI thread, impro... https://pratikbutani.hashnode.dev/flutter-tips-tricks-day-1

Background We all want to make the most impactful native application we can, we want to build rich, visual, successful applications! We try to consider everything: what is the goal/purpose of the application, the design, architecture, colors theme, d... https://adimiz.hashnode.dev/application-loading-speed-impact

Having introduced you to the ICAPPS Flutter Template in my previous article, I wish to continue talking about the features of the template from where I left off. If you didn't read the article then I politely ask you to read it before proceeding with... https://jacksiro.hashnode.dev/a-flutter-template-from-icapps-part-2

Another lazy day in my life , its just day 5 and seems like it has been so long... I attended college today, I had no motivation left but I tried coding as much as I could so here are my learnings. What did I learn today? 1)Smart Pointers: One of the... https://wightintech.hashnode.dev/day-5-in-100daysofcode-challenge