🚀 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

alo_aderemi's tweet image. 🚀 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
alo_aderemi's tweet image. 🚀 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
alo_aderemi's tweet image. 🚀 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


🧐 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

mcflyDev's tweet image. 🧐 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

AquariusBlake's tweet image. 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



Heatmap shader from @paper running in @FlutterDev Live demo and source code 👇 #flutter #flutterdev #AppleEvent


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.


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 💯

_Jonatee's tweet image. 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 💯

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

shiweidu's tweet image. 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

Google sent us swags for the @flutterbyteconf. Have you gotten your tickets yet? #Flutterdev


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

NayaKvng's tweet image. 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.

moyomadee7's tweet image. 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.


5 years as a part of a great community. Going strong, still 💪 #flutterdev #GDEgiftfromGoogle

mkobuolys's tweet image. 5 years as a part of a great community. Going strong, still 💪

#flutterdev #GDEgiftfromGoogle

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

esratech's tweet image. Morning vibes 🌿☕️ Updated to macOS Tahoe, desk is ready, and I’m wishing everyone a smooth Monday + a strong start into the week 💙

#flutterdev

How I feel when my widget test fails vs how I feel when it passes #flutterdev

FresidentDumazy's tweet image. How I feel when my widget test fails vs how I feel when it passes
#flutterdev
FresidentDumazy's tweet image. How I feel when my widget test fails vs how I feel when it passes
#flutterdev

Missed #FlutterConEU, doing #FlutterDev with a view instead 😀💙

RydMike's tweet image. Missed #FlutterConEU, doing #FlutterDev with a view instead 😀💙
RydMike's tweet image. Missed #FlutterConEU, doing #FlutterDev with a view instead 😀💙

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

ChrisMarxDev's tweet image. 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

Dart 🎯🔥🔥🔥 #Flutter #flutterdev

Pro tip: Don’t tweet about programming languages.



Without running this Do you know the difference between those two methods? #flutterdev

mcflyDev's tweet image. Without running this

Do you know the difference between those two methods?
#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

px_techie's tweet image. 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

bravotechMediaX's tweet image. 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

stackerbeelive's tweet image. 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

5 years as a part of a great community. Going strong, still 💪 #flutterdev #GDEgiftfromGoogle

mkobuolys's tweet image. 5 years as a part of a great community. Going strong, still 💪

#flutterdev #GDEgiftfromGoogle

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

AquariusBlake's tweet image. 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

esratech's tweet image. Morning vibes 🌿☕️ Updated to macOS Tahoe, desk is ready, and I’m wishing everyone a smooth Monday + a strong start into the week 💙

#flutterdev

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

codingMarine's tweet image. 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

NayaKvng's tweet image. 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.

moyomadee7's tweet image. 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


🚀 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

alo_aderemi's tweet image. 🚀 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
alo_aderemi's tweet image. 🚀 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
alo_aderemi's tweet image. 🚀 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

Hey folks, What are your expectations for @FlutterDev 4.0? Go… #flutter #flutterdev

birjuvachhani's tweet image. Hey folks,

What are your expectations for @FlutterDev 4.0?

Go…

#flutter #flutterdev

When BLoC users see Minimal the first time 👇👇👇 #Flutter #Flutterdev #minimal

ASalvadorini's tweet image. When BLoC users see Minimal the first time 👇👇👇

#Flutter #Flutterdev #minimal

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 💯

_Jonatee's tweet image. 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 💯

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

AquariusBlake's tweet image. 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



http package now has support for aborting request! This is huge! 🎉🚀 #flutter #flutterdev #dartdev #dart

birjuvachhani's tweet image. http package now has support for aborting request! This is huge! 🎉🚀

#flutter #flutterdev #dartdev #dart

Let's start the day with workshops with @Devoteam @FlutterNFriends #Flutter #Flutterdev 🔥

ASalvadorini's tweet image. Let's start the day with workshops with @Devoteam @FlutterNFriends #Flutter #Flutterdev 🔥

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

michael_lazebny's tweet image. 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

This has to be the worst replacement suggestion! #flutter #flutterdev

birjuvachhani's tweet image. This has to be the worst replacement suggestion!

#flutter #flutterdev

I think that's the best empty state page I ever made #shipaton #flutterdev

mcflyDev's tweet image. I think that's the best empty state page I ever made

#shipaton #flutterdev

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

ChrisMarxDev's tweet image. 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

🧐 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

mcflyDev's tweet image. 🧐 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

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

ASalvadorini's tweet image. Fun fact: 75% of Flutter developers don't know how to compile their code

@FlutterNFriends #Flutter #flutterdev

🧐 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

mcflyDev's tweet image. 🧐 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

#Flutterdev s at #fluttercon25eu 🫶🏻💙 We keep stepping up our group pic game every single year, amazing to see this energy grow! Big congrats & thanks to everyone who made this conference so special. Until next time ✨ @FlutterDev @FlutterconWorld

esratech's tweet image. #Flutterdev s at #fluttercon25eu 🫶🏻💙
We keep stepping up our group pic game every single year, amazing to see this energy grow!

Big congrats & thanks to everyone who made this conference so special. Until next time ✨

@FlutterDev @FlutterconWorld

Loading...

Something went wrong.


Something went wrong.


United States Trends