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

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


Material 3 wavy progress indicator made with @FlutterDev Live demo and source code 👇 #flutter #flutterdev


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

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 💯

I love my chrome extension!♥️ Built with @FlutterDev btw!

birjuvachhani's tweet image. I love my chrome extension!♥️

Built with @FlutterDev btw!

I had so much fun writing extensive Kotlin and Swift codes for Flutter app, I understand more and more why devices native app languages knowledge, are demanded on job descriptions. (I have experience in Swift and Kotlin tho🙃) #flutter

joemdjossou's tweet image. I had so much fun writing extensive Kotlin and Swift codes for Flutter app, I understand more and more why devices native app languages knowledge, are demanded on job descriptions.

(I have experience in Swift and Kotlin tho🙃)

#flutter
joemdjossou's tweet image. I had so much fun writing extensive Kotlin and Swift codes for Flutter app, I understand more and more why devices native app languages knowledge, are demanded on job descriptions.

(I have experience in Swift and Kotlin tho🙃)

#flutter

cloudflare hardstyle was not on my 2025 bingo card ….

من ty

🧐 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

🧐 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

Saw @Hyperplexed's video on this and had to recreate it with @FlutterDev... A clock made of tiny clocks!


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

🧐 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

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

Did you know that? I'm pretty sure maaaanyyyy @FlutterDev apps do not implement the original design correctly because of that!

aloisdeniel's tweet image. Did you know that?

I'm pretty sure maaaanyyyy @FlutterDev apps do not implement the original design correctly because of that!

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?

Hmmm... Let's try again. Hope this works 🤞

plotsklapps's tweet image. Hmmm... Let's try again. Hope this works 🤞


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


Flutter's hot reload is great, but the real game changer? Embracing immutable state for smoother UI and fewer bugs. It’s not just faster dev—it’s about building confidently. What’s your biggest win or frustration using Flutter’s state management? #FlutterDev #MobileDev


Published another blog around SwiftUI and Flutter integration, this time its about Airplay. Check it out here - sungod.hashnode.dev/airplay #FlutterDev #Swift @FlutterDev


One Mandala running on the iPhone 7. Vibrant screen and good perf, this thing is pretty cute with the 4.7" display. 🙂👽 #screenshotsaturday #flutterdev #flutter #VisualArts #visionary #mandalas


Flutter tip: Use `const` widgets whenever possible—not just for performance, but to make your widget tree predictable and easier to debug. It’s a subtle habit that pays off big over time. What’s your favorite overlooked Flutter best practice? 🚀 #FlutterDev #MobileDev


Day 10 of my 1K Challenge 💙 Flutter Trick 💡 You don’t always need AnimationController for smooth transitions — use AnimatedContainer 👇 Flutter handles animation automatically. Simple, clean, beautiful ✨ #FlutterDev #BuildInPublic #100DaysOfCode

px_techie's tweet image. Day 10 of my 1K Challenge 💙

Flutter Trick 💡

You don’t always need AnimationController for smooth transitions —
use AnimatedContainer 👇

Flutter handles animation automatically.
Simple, clean, beautiful ✨

#FlutterDev #BuildInPublic #100DaysOfCode

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

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

When should I use custom annotations and when should I use custom lints? 🤔 #FlutterDev


Flutter tip: If your build is slow, check for excessive widget rebuilds. Use `const` constructors wherever possible and leverage `Selector` in Provider to isolate rebuilds. What’s your favorite trick to keep Flutter apps snappy? 🚀 #FlutterDev #MobileDev


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

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

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 💯

Do not hardcode paths to assets; use the path generator! The generator ensures that assets exist and removes the possibility of a typo. Explore what fits your needs, but I would recommend flutter_gen/spider. #flutter #flutterdev

michael_lazebny's tweet image. Do not hardcode paths to assets; use the path generator!

The generator ensures that assets exist and removes the possibility of a typo.

Explore what fits your needs, but I would recommend flutter_gen/spider.

#flutter #flutterdev

🧐 Flutter tips how to handle errors with futures and chain them #flutterdev #fluttertips

mcflyDev's tweet image. 🧐 Flutter tips
how to handle errors with futures and chain them

#flutterdev #fluttertips

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

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

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

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

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

#flutter #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 😀💙

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

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

... and the winner is 👇👇👇 🔥 it was real fun, and that's what really matters #Flutter #Flutterdev @FlutterNFriends #friends

ASalvadorini's tweet image. ... and the winner is 👇👇👇

🔥 it was real fun, and that's what really matters

#Flutter #Flutterdev @FlutterNFriends #friends

🧐 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

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

🚀 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

Loading...

Something went wrong.


Something went wrong.


United States Trends