Messenger Gradient Chat Bubble Effect In Flutter

Facebook has taken the world by storm and created a milestone in the UI/UX world by introducing Messenger's new dynamic chat theme. The dynamic gradient effect on Chat Bubbles while scrolling is an absolutely new concept that the world has seen. So, ... https://techblog.geekyants.com/messenger-gradient-chat-bubble-effect-in-flutter

Created 3y | Feb 26, 2021, 8:20:39 AM


Login to add comment

Other posts in this group

Flutter if & else: 3 ways of implementation

if and else statements allow developers to execute different blocks of code based on specific conditions. This can help to create more dynamic and responsive user interfaces by allowing the app to res

Mar 28, 2024, 3:30:07 PM | Hashnode flutter
Web View Flutter

Exploring WebView in Flutter: Enhancing Mobile Apps with Web Content

Introduction:In today's digital age, integrating web content seamlessly into mobile applications has become increasingly importan

Mar 28, 2024, 3:30:06 PM | Hashnode flutter
Flutter if & else: 3 ways of implementation

if and else statements allow developers to execute different blocks of code based on specific conditions. This can help to create more dynamic and responsive user interfaces by allowing the app to res

Mar 28, 2024, 1:20:05 PM | Hashnode flutter
Dart  Control  FLow  Operators

Control flow operator

Dart offers collection if and collection for for use in list, map, and set literals.

You can use these operators to build collections using conditionals (if) and repetition (fo

Mar 28, 2024, 6:30:04 AM | Hashnode flutter
Flutter navigation redirection with Riverpod and GoRouter

Go router is the most popular package to handle navigation in Flutter and is now maintained by the Flutter team.In this article, we will see how to use it with Riverpod to secure a route.For example,

Mar 26, 2024, 11:10:06 AM | Hashnode flutter
FlotaingActionButton Widget and Attributes

The FloatingActionButton widget in Flutter is a circular button typically placed in the bottom-right corner of the screen. It's commonly used to trigger the most important action in the application, s

Mar 26, 2024, 6:40:06 AM | Hashnode flutter
Becoming an Expert in Flutter with Clean Architecture: Part 2

Introduction Hey there 👋🏻 Welcome back to part two of the journey through Clean Architecture, or a big hello if you're here for the first time. I'm really glad you decided to check out this article, a

Mar 26, 2024, 6:40:06 AM | Hashnode flutter