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...
HACKERNEWS
Show HN: AI-Ready Enterprise Flutter Starter – Clean Architecture, DDD
After long period of work, I'm open-sourcing a Flutter starter app that I built to be AI-friendly.Architecture: - Clean Architecture + DDD + Hexagonal (Ports & Adapters) - CQRS pattern (Commands for w...
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...
DEVTO
Dart Frog Part 5: Deploying Your Backend Service With Dart Globe 🌍
This final part of the Dart Frog Full Course is finally here! 🥳 Hi guys, Samuel here again. Today, will be deploying our secure Todo API (with JWT auth from Part 4) to Globe (globe.dev). Globe is the...