#flutterdev نتائج البحث
🚀 Just launched Pocketly - a beautiful expense tracker built with Flutter! More features to come and expect to see it on the mobile stores soon. Try it now: 🌐 pocketly.globeapp.dev #Flutter #FlutterDev #pocketly #expensetracker



Material 3 wavy progress indicator made with @FlutterDev Live demo and source code 👇 #flutter #flutterdev
Heatmap shader from @paper running in @FlutterDev Live demo and source code 👇 #flutter #flutterdev #AppleEvent
Wow, wasn't expecting that many downloads in just a few days. If you have any feedback you want to give me directly, my DMs are always open. #buildinpublic #flutterdev #dartdev

The initial release version(Beta) is now available on pub.dev Link is in the thread. #buildinpublic #flutterdev #dartdev
A #Flutter development tip: For infinite lists, you shouldn't use any third-party packages; all you need is a NotificationListener! For easy reuse, you only need to write a Widget of less than 30 lines to implement it. #FlutterDev

Just built a Flutter skeleton for my ongoing project, 🚀💻 Next step: bringing my core app ideas to life by Integrating An API💡 The idea is pretty basic🤧, but learning from it is the goal !🎯🎯 #FlutterDev #AppDevelopment #Coding #buildinpublic 💯

Hey fam! I’m a Frontend Dev thriving with Flutter, crafting awesome mobile apps. Excited to connect and share engineering ideas! Let’s collab! #FlutterDev #MobileDev #EngineeringIdeas

Guys, I’m about to go all in on job hunting again while still putting my work out here. Hopefully, the next update is “I got the job! 🥳” In the meantime, I’m open to gigs, contracts, and full-time roles. I’m a Frontend Developer, a problem solver, and a builder of solutions.

🧐 Flutter tips how to show iOS live activity using Flutter (This is not that hard) 👇 here is how to do it step by step #flutterdev #fluttertips

🧐 Flutter tips Implicit text animations Flutter has so many implicit widgets that I often forget this one for text animations Here is how to use it 👇 #flutterdev #fluttertips

Preparing naked_ui 0.2.0 for release, a headless widget library for Flutter. Building custom widgets is now simpler. #flutterdev This version offers major enhancements and API stability. See our "Select" examples.
🧐 Flutter tips Have you noticed you can now stop writing if statements in your widgets? Since dart 3.8 you can use it everywhere, even in your widgets Less boilerplate code #flutterdev #fluttertips

stac.dev (Server driven UI for Flutter) is highly underrated in #FlutterDev community. @stac_dev
Looking for something dead simple like this. A pluggable system to prompt the user for actions, such as rating, subscription, etc. Ideally with some guards to prevent double calls. Is there a package for that, or should I cobble something together? #FlutterDev

Mix new animation system is crazy!, so simple but so much control! #flutterdev #mix Looks awesome @OliDevTech
Super excited to share what we’ve been building A little heart ❤️ animation made with the new Keyframe Animation API — tap and it beats, bounces & stretches. Best part: With Dart’s upcoming dot-shorthand, the code will look even cleaner #Flutter #animation #FlutterLatam

AI Mobile App & SaaS Development with Flutter! 📱 🤖 AI-powered mobile applications 🚀 Flutter cross-platform development 💻 SaaS platforms & AI integration 👉 go.fiverr.com/visit/?bta=221… #FlutterDev #AIApps #MobileDevelopment
Flutter tip: Leverage `AnimatedSwitcher` to add smooth, implicit transitions between widgets without a ton of boilerplate. It’s a subtle upgrade that elevates UX instantly. What’s your favorite Flutter widget for subtle polish? #FlutterDev #MobileDev
Turn your app ideas into reality with Flutter development by @stackerbeelive We build scalable Android & iOS apps with sleek UI & top performance. Let’s create something extraordinary. #FlutterDev #AppDev #StackerBee

Wow, wasn't expecting that many downloads in just a few days. If you have any feedback you want to give me directly, my DMs are always open. #buildinpublic #flutterdev #dartdev

The initial release version(Beta) is now available on pub.dev Link is in the thread. #buildinpublic #flutterdev #dartdev
Morning vibes 🌿☕️ Updated to macOS Tahoe, desk is ready, and I’m wishing everyone a smooth Monday + a strong start into the week 💙 #flutterdev

workflows! Watch now: youtu.be/4u3x6zCtk3I #FlutterDev #iOSDevelopment #DevOps #MobileAppDevelopment (2/2) Powered by Nexus Share @Lockhead
youtube.com
YouTube
Mastering CI/CD for Flutter iOS Apps with Codemagic #flutter #ios...
Flutter tip: Don’t just rely on hot reload for UI tweaks—use DevTools’ widget inspector to understand the widget tree deeply. It’s a small step that saves hours untangling layout mysteries. What’s your underrated Flutter debugging hack? #FlutterDev 🛠️
6 years with #Flutter! 🚀 The speed & cross-platform power from a single codebase is still unmatched. I poured that experience into my new app that lets you share and co-write notes securely with friends. Check it out! 👉 kalantos.site/notes #flutterdev #dart #indiedev
Flutter tip: Use the DevTools timeline to pinpoint jank—invisible frame drops sneak in when your rebuilds or heavy work happen on the UI thread. What's your favorite profiling trick to keep Flutter apps buttery smooth? 🐦✨ #FlutterDev #MobileDev
Testing out the new Arcade mode in Vaygo Bingo multiplayer. You can earn power ups to play against your opponents and manipulate their board! #buildInPublic #flutterDev #travel #vacation #bingo #SantaBarbara

Hey fam! I’m a Frontend Dev thriving with Flutter, crafting awesome mobile apps. Excited to connect and share engineering ideas! Let’s collab! #FlutterDev #MobileDev #EngineeringIdeas

Guys, I’m about to go all in on job hunting again while still putting my work out here. Hopefully, the next update is “I got the job! 🥳” In the meantime, I’m open to gigs, contracts, and full-time roles. I’m a Frontend Developer, a problem solver, and a builder of solutions.

Flutter tip: When animations feel sluggish, try isolating expensive widgets with `RepaintBoundary`. It forces Flutter to redraw only what’s necessary, boosting performance. Pro devs, what’s your go-to trick to squeeze more FPS on complex UIs? 🚀 #FlutterDev #MobileDev
“InheritedWidget is like a family heirloom: passed down through generations, nobody knows how it works, but you’re not allowed to remove it.” #flutterdev
This is driving me nuts. I need to play a short sound at the end of a rest timer. It should PAUSE or MUTE the user's music player (like Spotify), not STOP it, like it does now. This was a non-issue on web, for Android it's killing me. Any #flutterdev know how to handle this?
Just launched my new AI project for testing! 🎉 Try it here: gify-dev.web.app Explore, experiment, and share your feedback or any bugs—DMs open. Your input helps us prepare for production soon! #flutterdev @learnAI #webapp #testing #productreview
Flutter tip: Use `const` constructors wherever possible—not just for performance, but to signal immutability and intent. It’s a subtle nudge towards safer, predictable UI. What’s your favorite overlooked Flutter best practice? #FlutterDev #MobileDev
http package now has support for aborting request! This is huge! 🎉🚀 #flutter #flutterdev #dartdev #dart

Just built a Flutter skeleton for my ongoing project, 🚀💻 Next step: bringing my core app ideas to life by Integrating An API💡 The idea is pretty basic🤧, but learning from it is the goal !🎯🎯 #FlutterDev #AppDevelopment #Coding #buildinpublic 💯

🚀 Just launched Pocketly - a beautiful expense tracker built with Flutter! More features to come and expect to see it on the mobile stores soon. Try it now: 🌐 pocketly.globeapp.dev #Flutter #FlutterDev #pocketly #expensetracker



A #Flutter development tip: For infinite lists, you shouldn't use any third-party packages; all you need is a NotificationListener! For easy reuse, you only need to write a Widget of less than 30 lines to implement it. #FlutterDev

Wow, wasn't expecting that many downloads in just a few days. If you have any feedback you want to give me directly, my DMs are always open. #buildinpublic #flutterdev #dartdev

The initial release version(Beta) is now available on pub.dev Link is in the thread. #buildinpublic #flutterdev #dartdev
Looking for something dead simple like this. A pluggable system to prompt the user for actions, such as rating, subscription, etc. Ideally with some guards to prevent double calls. Is there a package for that, or should I cobble something together? #FlutterDev

Something went wrong.
Something went wrong.
United States Trends
- 1. Columbus 91K posts
- 2. #WWERaw 40.7K posts
- 3. $BURU N/A
- 4. #IndigenousPeoplesDay 5,069 posts
- 5. #IDontWantToOverreactBUT 1,032 posts
- 6. Seth 36.2K posts
- 7. Middle East 182K posts
- 8. #SwiftDay 9,440 posts
- 9. Marc 39.8K posts
- 10. Thanksgiving 47.2K posts
- 11. The Vision 90.3K posts
- 12. Knesset 144K posts
- 13. Flip 50.2K posts
- 14. #MondayMotivation 14.3K posts
- 15. Egypt 184K posts
- 16. Victory Monday 2,530 posts
- 17. Bronson 7,455 posts
- 18. Bron Breakker 6,374 posts
- 19. Good Monday 44.8K posts
- 20. Happy 250th 3,268 posts