Building Animated Buttons in Flutter with Lottie

In mobile app development, user interface elements play a crucial role in enhancing the user experience. Companies like Apple, Spotify, and Airbnb pay a lot of attention to small details that elevate the user experience to another level. One of those... https://dinkomarinac.dev/building-animated-buttons-in-flutter-with-lottie

Creato 23d | 29 apr 2024, 10:20:03


Accedi per aggiungere un commento

Altri post in questo gruppo

How to Secure Your Android Application: 5 Top Tips to Protect Your APK as Software Developer

Introduction As a mobile developer, ensuring the security of your Android application is crucial to protect user data and maintain the integrity of your app. In this article, we'll explore five essent

22 mag 2024, 03:30:05 | Hashnode flutter
Go Router + Riverpod Tutorial Series 3: Nested Routes with Authentication

First let's create the required screens. Settings Page: Settings page has two buttons: (Go to Account Settings, Logout). class SettingsPage extends ConsumerWidget { const SettingsPage({super.key});

22 mag 2024, 01:20:05 | Hashnode flutter
Go Router + Riverpod Tutorial Series 5: Advanced Redirection with State Restoration

First let's update our AuthNotifier to support state restoration Source code: redirection_with_state_restoration Prerequisites: First we are going to use flutter_secure_storage to store the state of t

22 mag 2024, 01:20:04 | Hashnode flutter
Go Router + Riverpod Tutorial 2: Conditional Redirection with Guards

In our previous article we have covered basic redirect. Now let's take a look at Conditional Redirection. What are Guards ? Guards: Guards are essentially functions that you can define to determine wh

21 mag 2024, 22:50:09 | Hashnode flutter
Guia Passo a Passo: Configurando Flavors no Flutter para Android, IOS e Web

Fala devs blz? Hoje nós vamos ver como configurar Flavors em nossas aplicações Flutter, algo extremamente importante e útil quando se está trabalhando com desenvolvimento mobile etc. Eu sempre uso fla

21 mag 2024, 13:50:04 | Hashnode flutter
Day 5 in Dev Life of Brian

After wrapping up yesterdays work and turning on a build I suddenly realized that I had not implemented the paywall check properly. This should only happen for people who are not yet premium, however

21 mag 2024, 07:10:04 | Hashnode flutter
Go Router + Riverpod Tutorial Series 1: Basic Redirection

Redirection is one of the best features of Go Router. So in total we are going to look at 5 tutorials which explore redirection in increments of complexity. This article marks our first tutorial. Step

21 mag 2024, 07:10:03 | Hashnode flutter