AnimatedContainer widget and Attributes

The AnimatedContainer widget in Flutter is a container that gradually changes its values over a given duration whenever its properties are updated. It's useful for creating smooth animations for container properties such as size, padding, color, and ... https://vinitmepani.hashnode.dev/animatedcontainer-widget-and-attributes-1

Établi 2mo | 26 mars 2024 à 06:40:04


Connectez-vous pour ajouter un commentaire

Autres messages de ce groupe

Topic: 11 Understanding Canvas in Flutter

Hello Devs, Today we talk about Canvas in Flutter. Sometimes, We need something more customized or fancy. That's where the Canvas widget comes in! In this guide, we'll dive into how you can use the Ca

13 mai 2024 à 06:40:03 | Hashnode flutter
Flutter Riverpod Tutorial Part 2: Asynchronous Providers (FutureProvider and StreamProvider)

Part-1 Link : FutureProvider

FutureProvider allows us to work with Futures in our Flutter Application

It automatically handles the lifecycle of asynchronous operation.

So it provides us with a way

12 mai 2024 à 19:20:03 | Hashnode flutter
Key Challenges Faced by Every College Graduate

Introduction In today’s world, the competition for grabbing a fresher job in the software industry is as hard as grabbing a good seat after JEE. Folks are confused as hell about what to do and what no

12 mai 2024 à 16:50:07 | Hashnode flutter
Converting Your WordPress Website into a Flutter App: A Comprehensive Guide

Introduction: In the rapidly evolving world of technology, the demand for cross-platform mobile applications is on the rise. Businesses and developers are constantly seeking efficient ways to reach wi

12 mai 2024 à 12:20:14 | Hashnode flutter
What’s next for Flutter?

Now that the dust has settled on the news of layoffs at Google, let’s take a quick look at what this means for Flutter. Unnecessary drama The news of layoffs in the Flutter team had no detail — was 1%

12 mai 2024 à 10:10:05 | Hashnode flutter
Flutter Riverpod Tutorial Part 1: Provider and StateProvider, StateNotifierProvider, ChangeNotifierProvider

Setup Riverpod Before we start using Riverpod. Let's set it up in our Flutter Project Add the dependency: flutter pub add flutter_riverpod

Wrap our application with ProviderScope: This is necessary f

11 mai 2024 à 18:40:07 | Hashnode flutter
The Ultimate Guide to GoRouter: Navigation in Flutter Apps Part -3 (Custom Transitions)

Part -1: https://tinyurl.com/k3f64hwv Part -2: https://tinyurl.com/3azk6jjj Starting with custom transitions in GoRouter is a fantastic way to enhance the user experience of our Flutter application by

10 mai 2024 à 17:40:03 | Hashnode flutter