Flutter web app for newsletter sign up using Firebase functions

The title is a mouthful but unfortunately this is what the tutorial is about. Creating a web app using Flutter which demonstrates signing up for a newsletter and uses Firebase functions in the backend. Coming from a Java background I wanted to gi... https://hackingit.hashnode.dev/flutter-web-app-for-newsletter-sign-up-using-firebase-functions

Animation In Flutter: AnimationController

In Flutter, we have basically two types of animation: Implicit, and Explicit. The Implicit animations are the pre-built animations available in the Fluter SDK. The Explicit animations need a controller to perform an animation. The previous two articl... https://dhruvnakum.xyz/animation-in-flutter-animationcontroller

flutter ebook library system for adding or storing books in application

I am trying to develop an ebook reader app using flutter/dart with public book API (Google Book API Key), and also I know very little about API and all i.e API key is HTTP link which I have to integrate into my flutter ebook app to add books in my ap... https://flu.hashnode.dev/flutter-ebook-library-system-for-adding-or-storing-books-in-application

Flutter Layouts For Beginners

In this article, we understand how layouts in flutter work and the most important widgets when it comes to flutter layouts. First things stuff, let's define what flutter is, what widgets are and what layouts are.
Flutter is a cross-platform develop... https://blog.hijabicoder.dev/flutter-layouts-for-beginners

Flutter State Management With Provider

In this tutorial, I'll walk you through the basics of Provider. We'll build a simple app to "Follow" and "Unfollow" a list of users.

First thing first, What is "Provider" ? Provider is a state management solution in Flutter. It's one of the first s... https://joshuaerinosho.hashnode.dev/flutter-state-management-with-provider

Integrating Razorpay In Flutter !!!

In this blog, you will learn how to integrate Razorpay into Flutter. From this blog, you will get everything you need to Integrate Razorpay into your Flutter Application. Why Razorpay??? Because Razorpay is the only company in India that allows your ... https://priyanshupaliwal.hashnode.dev/integrating-razorpay-in-flutter

Animation In Flutter: AnimatedCrossFade

AnimatedCrossFade

Consider a scenario, where you want to replace a current widget with a new widget. For example, you have an app where there are different types of posts. And you want to blur/just place a widget on top of that post saying "This po... https://dhruvnakum.xyz/animation-in-flutter-animatedcrossfade

Getting Flutter to Run on Ubuntu(and possibly other distros)

Recently I decided to dive back into flutter after taking a much needed hiatus from the slog of "learning to program for jobsss.." For development work I prefer a good Linux distribution, and after fighting with Elementary OS (and losing) to get even... https://blog.andevr.dev/getting-flutter-to-run-on-ubuntu

Mocking callbacks in Dart/Flutter unit tests

This article is a guide on how to mock callbacks functions and verify that the callback functions are called in Dart/Flutter unit tests. The article is divided into:

Introduction Mocking The Callback Testing The Callback

  1. Introduction Let's say w... https://blog.victoreronmosele.com/mocking-callbacks-dart
Animation In Flutter : AnimatedAlign

As a developer, animation becomes an important part of your app development workflow. To make your app memorable, you might want to create cool animations in your application. Animation makes a huge difference in user engagement. It is a powerful too... https://dhruvnakum.xyz/animation-in-flutter-animatedalign


Search