The other day I decided I wanted to add a feature in one of my projects to share a graph and I was looking for ways to convert the graph into an image. In the end the approach that I landed on was using the RepaintBoundary widget and I'm going to exp... https://flutterramblings.hashnode.dev/capturing-a-flutter-widget-as-an-image-using-repaintboundary
The world keeps advancing in terms of technology and new tools have come in place to help ease the transition. One of the advancements has been the introduction of Flutter which uses the programming language Dart. Flutter can be used to develop Apps... https://blog.atsign.dev/using-ides-effectively-some-tips-and-tricks-for-flutterdart-development-cks4yzou801vwfjs19jtdfz0z
Too many atSigns to keep track of? That’s no problem with the at_contacts_flutter package! Simply add the at_contacts_flutter dependency to your project, and you’ll be capable of performing several actions with your atSign contacts. Be sure to check ... https://blog.atsign.dev/the-atcontactsflutter-library-on-the-platform-cks4yei3001mjfcs16lwphn1x
Lately I felt like building a small web app that will help me build a better writing daily habit. I really simplified the use-case so that the whole bolilerplate of processes behind building a web app does not block the execution. I am a mobile devel... https://blog.bal.al/how-to-fix-cors-error-for-your-flutter-web-app
So I recently started my flutter journey... And it's been a roller coaster partly due to not being able to navigate between screens when I was building some sample flutter UIs. Somehow, that led to me searching the web for resources that can simplify... https://emeryhub.hashnode.dev/basic-navigation-in-flutter
Introduction :
Sometimes it is necessary to notify our users of important information, with some kind of alert. Or we can give choices to our users to choose certain actions. For example: If the user clicks on the logout button, then a pop-up appea... https://dhruvnakum.xyz/flutter-widget-in-detail-alertdialog
With the world getting more interconnected with the widespread use of the internet, most applications offer some sign-in functionality to save users in-app data to the cloud. Firebase is a mobile backend as a service(MBaaS) that offers tons of functi... https://rookiecoder.hashnode.dev/implementing-twitter-authentication-with-firebase-flutter
In this article, we'll be looking at card payment integration using Paystack package called flutter_paystack Paystack is a Modern online and offline payments for Africa
Paystack helps businesses in Africa get paid by anyone, anywhere in the world
... https://alemsbaja.hashnode.dev/paystack-payment-integration-in-flutter-app
As far as navigations go in mobile applications, we have two main options:
TabBar Drawer side menu
We already created a Flutter tabbar in a previous article, and in this article, we'll look at how we can make a drawer. By the end of this article, y... https://h.daily-dev-tips.com/flutter-drawer-sidebar-menu
So you want to build a list of items in your application using some API efficiently By Efficiently, I mean
When dealing with APIs, Your app or program can handle the latency or errors for you.
Dealing with situations like latency in fetching JSON ... https://bufferoverflow.me/flutter-future-builder-and-list-view-explained