🧐 Flutter tips The best local database : Drift - works on all platform - stable - fast - use sql #flutterdev #fluttertips

mcflyDev's tweet image. 🧐 Flutter tips
The best local database : Drift
- works on all platform
- stable
- fast
- use sql

#flutterdev #fluttertips

StatefulBuilder is one of Flutter's most underrated widgets—I often forget to use it myself. ⬇️ The example below shows how to create a stateful dialog without writing a separate StatefulWidget. #FlutterDev

milad_akarie's tweet image. StatefulBuilder is one of Flutter's most underrated widgets—I often forget to use it myself.
⬇️ The example below shows how to create a stateful dialog without writing a separate StatefulWidget.
#FlutterDev

Just used the wolt_modal_sheet to implement this Login UI. I'm really impressed with the smooth transitions, so cool! #FlutterDev #Flutter


I made a little 3D dice-rolling demo in Flutter. Real physics, dynamic shadows and Flutter widgets rendered behind the 3D scene. Build using flame and flame_3d #FlameEngine #flutterdev


This is how I dream of writing #FlutterDev in #DartDev language. 👻 I know some features are already on their way. What are your expectations?

shiweidu's tweet image. This is how I dream of writing #FlutterDev in #DartDev language.

👻 I know some features are already on their way. What are your expectations?

#FlutterDev tip: use the current `Scrollable.of(context)` to react to scroll events from inside the scrollable content. Combine this with `NotificationListener` if you need to listen from outside the scrollable, and you barely ever need to drill down `ScrollController` anymore.

imadetheseworks's tweet image. #FlutterDev tip: use the current `Scrollable.of(context)` to react to scroll events from inside the scrollable content.

Combine this with `NotificationListener` if you need to listen from outside the scrollable, and you barely ever need to drill down `ScrollController` anymore.
imadetheseworks's tweet image. #FlutterDev tip: use the current `Scrollable.of(context)` to react to scroll events from inside the scrollable content.

Combine this with `NotificationListener` if you need to listen from outside the scrollable, and you barely ever need to drill down `ScrollController` anymore.

Friendly reminder that I have the smoothest implementation of modal sheets with scrollable content in #FlutterDev (at least that I know of) It handles scrolling and resizing content perfectly. also comes with a better version of the classic cupertino sheet view.


If you haven't read it yet, my take on an easy architecture patter for #flutterdev apps Practical Flutter architecture (PFA) link below

ThomasBurkhartB's tweet image. If you haven't read it yet, my take on an easy architecture patter for #flutterdev apps 
Practical Flutter architecture (PFA)
link below

Finally the new docs for the easiest #flutterdev state management is finished, enjoy. Link below

ThomasBurkhartB's tweet image. Finally the new docs for the easiest #flutterdev state management is finished, enjoy. Link below

I just spent over three hours creating the black hole background! Preview: arcade.medz.dev Repo: github.com/medz/flutter-a… #FlutterDev #DartDev #UI #ArcadeUI

🫠Tired of boring UIs? 👏Arcade UI — beautifully crafted Flutter components. No packages, just copy & paste. The code is yours. Starting with FlickeringGrid, more coming soon ✨ 👉 arcade.medz.dev Repo: github.com/medz/flutter-a… #FlutterDev #UI



I've just made a demo of using my gesture_recorder package for an animation purpose. Not sure if my poor animation attracts you, but I guess someone wants to use the package like this, right? #FlutterDev


This is the #DartDev code I'm most proud of this year. Have you ever written code that takes less than two lines but speeds up your development process? #FlutterDev #SimpleCode #Utils

shiweidu's tweet image. This is the #DartDev code I'm most proud of this year. Have you ever written code that takes less than two lines but speeds up your development process?

#FlutterDev #SimpleCode #Utils

I have a quirky idea about clock faces - why do we stick to the 12-hour format? Why not 1, 2, or even 15 hours instead? :-) #FlutterDev


POV: You just spent 3 hours debugging... only to realize it's a Flutter version conflict 💀 Solution: Use FVM flutter run ❌ fvm flutter run ✅ Each project gets its own Flutter version. No conflicts. Ever. You're welcome 😎 #FlutterDev

bhavyarbhatt's tweet image. POV: You just spent 3 hours debugging... 

only to realize it's a Flutter version conflict 💀

Solution: Use FVM

flutter run ❌ fvm flutter run ✅

Each project gets its own Flutter version. No conflicts. Ever.

You're welcome 😎
#FlutterDev

Stop scrolling — my image grid finally feels instant. It used to show blanks. Then a jaggy swap on load. ⚡ 3-state skeleton saved it. Loading, empty, loaded — aspect stays. ✨ Cache warms, swaps vanish. 🚀 Tiny win. #FlutterDev #UI #Mobile


2k ratings in 🙏🏻 MRR 0$ but changing soon #flutterdev #indiedev

KOala888_'s tweet image. 2k ratings in 🙏🏻 MRR 0$ but changing soon
#flutterdev #indiedev

🔥 Building a Flutter app with custom animations, character pages & smooth transitions .📱 💙 🛠️ Still polishing but excited about how it’s turning out! #Flutter #DevLife #FlutterDev #AppDevelopment #AndroidDev #TechJourney #IndieDev

ShreyaBurs85412's tweet image. 🔥 Building a Flutter app with custom animations, character pages & smooth transitions .📱 💙 
🛠️ Still polishing but excited about how it’s turning out!

#Flutter #DevLife #FlutterDev #AppDevelopment #AndroidDev #TechJourney #IndieDev

Huh, Flutter's data driven fixes are pretty amazing. #FlutterDev #Forui


Just tested this new Android update and can say that #FlutterDev people shouldn't worry that "forced dark theme" will break their apps UI. In Flutter apps all it does is change splash color, but has no effect on what goes after the splash screen.

The latest Android 16 update is here! This release marks a new chapter for Android – we’re shifting from single annual updates to more frequent releases, which means you’ll see the latest features arrive as soon as they’re ready. Today’s update helps you stay focused, organized,…

ssamat's tweet image. The latest Android 16 update is here! This release marks a new chapter for Android – we’re shifting from single annual updates to more frequent releases, which means you’ll see the latest features arrive as soon as they’re ready.

Today’s update helps you stay focused, organized,…


Some fun with Perlin Noise and Flutter Custom Painter - using Perlin noise to create flow fields #FlutterDev #creativecoding #flutter


My animated_to package is now 0.5.0 and depends on @imadetheseworks's motor package instead of springster package! Thank you Tim for advising me how to use motor properly.🤝 #FlutterDev github.com/chooyan-eng/an…


Day 24: i upgraded the login page to use inline validation and tbh i am very happy with the results. Please can someone help me get rid of the overflow error😂😂😂 that's so annoying, it instantly makes your ugly am i right?😂 #Flutter #FlutterDev #BuildInPublic #IndieDev


I tried GenUI for #FlutterDev today and it definitely feels promising. It challenges the fundamental way we think about app interfaces. We generally use pre-defined interfaces for apps and expect user to navigate themselves. But users don’t actually think in screens and menus,…


From @code enjoyers and #flutterdev save for later! (And use it!) - @Codeaview extension that will help you with flutterdev refactorings

FlutterCracow's tweet image. From @code enjoyers and #flutterdev save for later! (And use it!) - @Codeaview extension that will help you with flutterdev refactorings

Share your horror stories in thread! #flutterdev

FlutterCracow's tweet image. Share your horror stories in thread! #flutterdev

Hey founders - do you confirm? Paweł is presenting why picking #flutterdev is key factor for your startup to NOT fail!🚀

FlutterCracow's tweet image. Hey founders - do you confirm?
Paweł is presenting why picking #flutterdev is key factor for your startup to NOT fail!🚀

☀️ Day 3 of my learning grind ☀️ 📘 Flutter: 3/3 hours 💻 Backend/API: 1/2 hours 🧩 DSA: skipped 🎯 Job hunt: skipped 🗣️ Interview/English: skipped ⏳ Total: 4 hours Not perfect, but progress is progress. Staying aligned with consistency🤍📒 #FlutterDev #TechJourney #DailyGrind


The real-device drag bug haunted me. Emulators lied. On a coworker’s phone, it stuttered. Two-line guard fixed it. It cancels nonessential frame callbacks during drag. 🪄 Before: jitter. After: silky. Tiny guard, big impact. #FlutterDev #MobileDevelopment #AppBuilders


you guys have no idea how happy it makes me to see this needle go to green for the first time 😭 #flutterdev

imadetheseworks's tweet image. you guys have no idea how happy it makes me to see this needle go to green for the first time 😭

#flutterdev

🧐 Flutter tips The best local database : Drift - works on all platform - stable - fast - use sql #flutterdev #fluttertips

mcflyDev's tweet image. 🧐 Flutter tips
The best local database : Drift
- works on all platform
- stable
- fast
- use sql

#flutterdev #fluttertips

This is how I dream of writing #FlutterDev in #DartDev language. 👻 I know some features are already on their way. What are your expectations?

shiweidu's tweet image. This is how I dream of writing #FlutterDev in #DartDev language.

👻 I know some features are already on their way. What are your expectations?

StatefulBuilder is one of Flutter's most underrated widgets—I often forget to use it myself. ⬇️ The example below shows how to create a stateful dialog without writing a separate StatefulWidget. #FlutterDev

milad_akarie's tweet image. StatefulBuilder is one of Flutter's most underrated widgets—I often forget to use it myself.
⬇️ The example below shows how to create a stateful dialog without writing a separate StatefulWidget.
#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

#FlutterDev tip: use the current `Scrollable.of(context)` to react to scroll events from inside the scrollable content. Combine this with `NotificationListener` if you need to listen from outside the scrollable, and you barely ever need to drill down `ScrollController` anymore.

imadetheseworks's tweet image. #FlutterDev tip: use the current `Scrollable.of(context)` to react to scroll events from inside the scrollable content.

Combine this with `NotificationListener` if you need to listen from outside the scrollable, and you barely ever need to drill down `ScrollController` anymore.
imadetheseworks's tweet image. #FlutterDev tip: use the current `Scrollable.of(context)` to react to scroll events from inside the scrollable content.

Combine this with `NotificationListener` if you need to listen from outside the scrollable, and you barely ever need to drill down `ScrollController` anymore.

You GDEs may get followed by official Flutter, but I'll live with Fluter 🔥😅👇👇👇 #Flutter #Flutterdev

ASalvadorini's tweet image. You GDEs may get followed by official Flutter, but I'll live with Fluter 🔥😅👇👇👇

#Flutter #Flutterdev

Junior #Flutter dev came to ask if we could pair code ... #Flutterdev ⬇️

ASalvadorini's tweet image. Junior #Flutter dev came to ask if we could pair code ... 

#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

First time I had an app I made on my phone, #flutterdev

11bDev's tweet image. First time I had an app I made on my phone, #flutterdev

This is the #DartDev code I'm most proud of this year. Have you ever written code that takes less than two lines but speeds up your development process? #FlutterDev #SimpleCode #Utils

shiweidu's tweet image. This is the #DartDev code I'm most proud of this year. Have you ever written code that takes less than two lines but speeds up your development process?

#FlutterDev #SimpleCode #Utils

It took me a few minutes to design this; this is how routes should look. And the parent, as a layout, shouldn't be rebuilt. The RouterView acts as the route rendering container. github.com/flutter-it/rou… #FlutterDev #Router #Routes @Thomasburkhartb

shiweidu's tweet image. It took me a few minutes to design this; this is how routes should look. And the parent, as a layout, shouldn't be rebuilt. The RouterView acts as the route rendering container.

github.com/flutter-it/rou…
#FlutterDev #Router #Routes @Thomasburkhartb

Some #Flutterdev memories from London 2018 😂

ThomasBurkhartB's tweet image. Some #Flutterdev memories from London 2018 😂

🧐 Flutter tips How to render a widget outside of its parent bounds? Don't overcomplicate this. Just change the clipBehavior. #flutterdev #fluttertips

mcflyDev's tweet image. 🧐 Flutter tips
How to render a widget outside of its parent bounds?
Don't overcomplicate this.
Just change the clipBehavior.

#flutterdev #fluttertips

Loading...

Something went wrong.


Something went wrong.


United States Trends