#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



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.

Morning vibes 🌿☕️ Updated to macOS Tahoe, desk is ready, and I’m wishing everyone a smooth Monday + a strong start into the week 💙 #flutterdev

Finally joined the MacBook gang. Time to pretend I know what I’m doing 😌💻 #devlife #Flutterdev

🎥 New progress update! I just recorded a preview video showing more screens of my Islamic App — built with Flutter 🎧🌙 The app is coming together beautifully, alhamdulillah. 📱 Home • Explore • Library • Player • Profile… it’s all taking shape. #FlutterDev #UIUX
Looking for co-founder #ReactNative #flutterdev #startup #veteranfounder #co #banking #servicemembers

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?
... I told him to talk to my agent 😅 #Flutter #Flutterdev #AI #agent #Pixel10ProXL #teampixel @madebygoogle

Hi guys, #flutter #Flutterdev Has anyone implemented Agora video call recently? It works fine on Android and instantly crashes on iOS Or am I missing something with the iOS implementation🤔
The job market is tough. But I still managed to get 4 offers from different companies for #FlutterDev roles. Here's how I did it, and you can do it too 🧵
No bugs this week, just small wins in Flutter. Not every day’s about fixing errors — sometimes it’s about showing up. What’s the toughest bug you’ve faced lately? 👇 #BuildInPublic #FlutterDev

Flutter tip: when your UI feels sluggish, check if you’re rebuilding widgets unnecessarily. Use `const` constructors & `ValueKey`s to help Flutter skip rebuilds. It’s like telling Flutter, “Relax, this part hasn’t changed.” What’s your favorite perf tweak? ⚡️ #FlutterDev
Day 12 of my 1K Challenge 💙 Flutter Tip 💡 Want real rounded corners on images? Use ClipRRect - it actually clips the child, unlike Container. Clean, safe, and perfect for profile cards, banners, or grids. ✨ #Flutter #FlutterDev #MobileDevelopment #buildinpublic

Got questions about @dart_globe or our other products/tools at @invertaseio? My team is coming to Nigeria for @flutterbyteconf, and we'd love to answer them in person. Find us after the talks for a quick chat! #flutterdev #DartLang
Why do some apps shine with ML instead of full-blown AI? ML is fast, focused, and user-first. BRAVÓ’s MVP uses ML to predict symptoms, generate advisory captions, and stay lightweight. AI is great—but ML gets things done. #MachineLearning #FlutterDev #PythonDev

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
🧐 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

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
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 💯

There is an easy way to speed up Flutter tests in CI. If you have a large test suite, use sharding. It distributes the number of tests between multiple shards, so you can create multiple parallel jobs in CI. #flutter #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



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

Fun fact: 75% of Flutter developers don't know how to compile their code @FlutterNFriends #Flutter #flutterdev

Something went wrong.
Something went wrong.
United States Trends
- 1. phil 64.4K posts
- 2. phan 70.9K posts
- 3. Columbus 210K posts
- 4. President Trump 1.27M posts
- 5. Middle East 311K posts
- 6. Gilbert 9,231 posts
- 7. Springer 11K posts
- 8. Doug Eddings N/A
- 9. Kincaid 1,242 posts
- 10. Yesavage 3,070 posts
- 11. Falcons 12.2K posts
- 12. Mike McCoy N/A
- 13. Thanksgiving 58.7K posts
- 14. Cam Talbot N/A
- 15. Martin Sheen 1,087 posts
- 16. #LGRW 1,983 posts
- 17. Brian Callahan 12.8K posts
- 18. Titans 38.7K posts
- 19. John Oliver 8,694 posts
- 20. Macron 244K posts