🧐 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

Injectable just reached enough test coverage to start flexing in public. #flutterdev #dart

milad_akarie's tweet image. Injectable just reached enough test coverage to start flexing in public. #flutterdev #dart

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.


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

🧐 Flutter tips build deploy and submit your iOS app for review in one command using Fastlane Don't forget to create app store connect keys and push them to a .env file before using this script Enjoy 🤘 #fluttertips #flutterdev

mcflyDev's tweet image. 🧐 Flutter tips

build deploy and submit your iOS app for review in one command using Fastlane

Don't forget to create app store connect keys and push them to a .env file before using this script

Enjoy 🤘

#fluttertips #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.

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


🧐 Flutter tips How to automatically create a new Apple Store version in 1 command? Skipping filling that promotional text manually and wasting tons of time It's also great to track your ASO changes Now you know exactly when you changed a keyword or title Enjoy 🤘 #flutterdev

mcflyDev's tweet image. 🧐 Flutter tips

How to automatically create a new Apple Store version in 1 command?
Skipping filling that promotional text manually and wasting tons of time

It's also great to track your ASO changes
Now you know exactly when you changed a keyword or title

Enjoy 🤘

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

When #FlutterDev squircles (RoundedSuperellipseBorder) was released in Flutter 3.32, it did not work on Web builds, it drew vanilla circular borders on Web. Noticed that it works in 3.38, not sure when Web support was added, but VERY cool and thanks! 😎💙 rydmike.com/squircle/lates…

RydMike's tweet image. When #FlutterDev squircles (RoundedSuperellipseBorder) was released in Flutter 3.32, it did not work on Web builds, it drew vanilla circular borders on Web. Noticed that it works in 3.38, not sure when Web support was added, but VERY cool and thanks! 😎💙 rydmike.com/squircle/lates…

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 compiled all my latest Flutter tips on the ApparenceKit's website dedicated section Cheers🤘 #flutterdev #fluttertips

mcflyDev's tweet image. 🔥 I just compiled all my latest Flutter tips on the ApparenceKit's website dedicated section 

Cheers🤘

#flutterdev #fluttertips

gesture_recorder is now 0.3.1!!! This now provides DevTools Extensions that enables us to: - start/stop recording - inspect/replay the recorded data - save/load it to/from IDE How do you leverage this powerful tool? #FlutterDev pub.dev/packages/gestu…


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


لا توجد نتائج لـ "#flutterdev"

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?

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

Injectable just reached enough test coverage to start flexing in public. #flutterdev #dart

milad_akarie's tweet image. Injectable just reached enough test coverage to start flexing in public. #flutterdev #dart

🧐 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

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

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 

⬇️

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

Loading...

Something went wrong.


Something went wrong.


United States Trends