DEVTO
I built a Flutter package for smooth 60fps animated gradient borders
Spent the last few weeks building animated glowing borders for a project. You know the effect - like ChatGPT's input field or Apple's Siri animation. The problem? Most approaches I found online were e...
DEVTO
Music Sharity: Your Universal Music Link Converter
Ever received a Spotify link from a friend but you're an Apple Music subscriber? Or wanted to share your favorite track but your friend uses Deezer? Music Sharity solves this frustrating problem. The ...
DEVTO
I'm Building an App That Connects You with Strangers from Anywhere in the World published
The Idea Most people will never visit most places on Earth. But everyone can have a conversation. That thought sparked Meridian – an app that connects you with random people from any country, in any l...
DEVTO
Book Delhi to Gwalior Crysta with Guruji Travels
https://gurujitravel.com/packages/delhi-to-gwalior-crysta Delhi to Gwalior Crysta – Comfortable & Reliable Taxi Service Delhi to Gwalior Crysta service is proudly offered by Guruji Travels Pvt. Ltd., ...
DEVTO
Nice piece bro
How to Build and Publish a Dart API Package to pub.dev Franklin Oladipo ・ Feb 1 #techtalks #api #flutter #dart
DEVTO
How to Build and Publish a Dart API Package to pub.dev
A practical, real-world guide to structuring Dart packages, understanding plugins, and publishing reusable libraries to pub.dev. One of the strengths of the Dart and Flutter ecosystem is how easy it i...
MEDIUM
Bloc Superpowers
DEVTO
Reactively logout users on token refresh failure from Dio interceptors using RxDart in Flutter
Firebase auth should cover about 90% of a Flutter app's authentication needs, but what if you need to roll your own auth? Then, you'd need to manually handle trading and saving your JWT tokens from th...