#fluttertips search results

All my Flutter tips are available on the ApparenceKit website ๐Ÿค˜ #flutterdev #fluttertips

mcflyDev's tweet image. All my Flutter tips are available on the ApparenceKit website

๐Ÿค˜

#flutterdev #fluttertips

๐Ÿง Flutter tips Wanna create your own iOS glass effect? Here's how you can get started To do this you need to use shaders #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips
Wanna create your own iOS glass effect?
Here's how you can get started

To do this you need to use shaders
#flutterdev #fluttertips

๐Ÿง 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

๐Ÿง 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 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

๐Ÿง Flutter tips Riverpod automatically handled loading / error and data states When you return a Future from the build method using the Riverpod annotation Saves a lot of time #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips

Riverpod automatically handled loading / error and data states
When you return a Future from the build method using the Riverpod annotation

Saves a lot of time

#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

๐Ÿง Flutter tips Did you know? Extension types allow you to have much stricter types in your code. They also provide an easy way to add methods to a type without creating a class. Essentially, you can transform a String into a UserId and Email... #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips

Did you know?
Extension types allow you to have much stricter types in your code.
They also provide an easy way to add methods to a type without creating a class.
Essentially, you can transform a String into a UserId and Email...

#flutterdev #fluttertips

๐Ÿง Flutter tips Dart 3.8 just introduced Null-Aware Elements And that's just beautiful #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips
Dart 3.8 just introduced Null-Aware Elements

And that's just beautiful
#flutterdev #fluttertips

๐Ÿง Flutter tips Still the best way to have a complete camera UI with Flutter in seconds ๐Ÿ‘Œ #fluttertips #flutterdev

mcflyDev's tweet image. ๐Ÿง Flutter tips
Still the best way to have a complete camera UI with Flutter in seconds ๐Ÿ‘Œ

#fluttertips #flutterdev

๐Ÿง Flutter tips Supabase + Flutter query cheat sheet #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips

Supabase + Flutter query cheat sheet
#flutterdev #fluttertips

๐Ÿง Flutter tips A great app icon can double your downloads. And the best way to find out? Testing your icon and see results. Leave nothing to chance ๐Ÿ‘‡ #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips

A great app icon can double your downloads.
And the best way to find out?
Testing your icon and see results.

Leave nothing to chance ๐Ÿ‘‡

#flutterdev #fluttertips

๐Ÿง 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

๐Ÿง Flutter tips Creating background image... or video Showing a video in the background on login page or welcome page can really grab attention And that's not that hard to do. But just be careful on your video size #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips
Creating background image... or video

Showing a video in the background on login page or welcome page can really grab attention

And that's not that hard to do.
But just be careful on your video size

#flutterdev #fluttertips

Whatโ€™s your go-to solution for handling large JSON responses in Flutter? Parsing manually or using a package? ๐Ÿง #FlutterTips

birjuvachhani's tweet image. Whatโ€™s your go-to solution for handling large JSON responses in Flutter? 
Parsing manually or using a package? ๐Ÿง 
#FlutterTips

๐Ÿ’กHelper classes in Flutter save you tons of time by making code more reusable and organized! Whether handling complex UI logic, formatting dates, or creating custom animations, a well-placed helper class is a real game-changer. #FlutterTips #MobileDev

armaganbuilds's tweet image. ๐Ÿ’กHelper classes in Flutter save you tons of time by making code more reusable and organized! Whether handling complex UI logic, formatting dates, or creating custom animations, a well-placed helper class is a real game-changer.

#FlutterTips #MobileDev

Did you know that MediaQuery.sizeOf.(context) is better than MediaQuery.of.(context).size in performance view?? #FlutterTips #performance

abdullahPDB's tweet image. Did you know that

MediaQuery.sizeOf.(context)
is better than
MediaQuery.of.(context).size

in performance view??
#FlutterTips #performance

6 years into Flutter, and I still learn something new every day. Whatโ€™s the most recent Flutter trick youโ€™ve picked up? ๐Ÿ’™ #FlutterTips

birjuvachhani's tweet image. 6 years into Flutter, and I still learn something new every day. 
Whatโ€™s the most recent Flutter trick youโ€™ve picked up? ๐Ÿ’™ 
#FlutterTips

๐Ÿง 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

๐Ÿง Flutter tips Did you know? Extension types allow you to have much stricter types in your code. They also provide an easy way to add methods to a type without creating a class. Essentially, you can transform a String into a UserId and Email... #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips

Did you know?
Extension types allow you to have much stricter types in your code.
They also provide an easy way to add methods to a type without creating a class.
Essentially, you can transform a String into a UserId and Email...

#flutterdev #fluttertips

๐Ÿง Flutter tips How to automatically restart an animation when a property change #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips

How to automatically restart an animation when a property change
#flutterdev #fluttertips

Expanded inside Row saves layouts from chaos. Saved me countless times. Which widget is your personal lifesaver? #FlutterTips #DevCommunity #SoftwareDevelopment


Happy morning! ๐Ÿ’ก Tip: Use const wherever you can in Flutter. Saves rebuilds, saves your sanity. Do you sprinkle const everywhere or just vibes? #FlutterTips #DevLife #SoftwareDevelopment #LetsConnect


๐Ÿง 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

๐Ÿง 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

๐Ÿง 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

The best use case I found for Dart Generator in Flutter is to display download progress. #FlutterTips

burhanrashid52's tweet image. The best use case I found for Dart Generator in Flutter is to display download progress. #FlutterTips

๐Ÿง 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 Flutter 3.35 landed a new amazing feature. The ability to create a preview without rendering the app, using the web renderer. Here is how to use it ๐Ÿ‘‡ #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips

Flutter 3.35 landed a new amazing feature.
The ability to create a preview without rendering the app, using the web renderer.

Here is how to use it ๐Ÿ‘‡

#flutterdev #fluttertips

๐Ÿง Flutter tips How to get real device timezone and why not relying on datetime timezone offset only #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips

How to get real device timezone and why not relying on datetime timezone offset only

#flutterdev #fluttertips

All my Flutter tips are available on the ApparenceKit website ๐Ÿค˜ #flutterdev #fluttertips

mcflyDev's tweet image. All my Flutter tips are available on the ApparenceKit website

๐Ÿค˜

#flutterdev #fluttertips

๐Ÿง Flutter tips Wanna create your own iOS glass effect? Here's how you can get started To do this you need to use shaders #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips
Wanna create your own iOS glass effect?
Here's how you can get started

To do this you need to use shaders
#flutterdev #fluttertips

๐Ÿง 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

๐Ÿง 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

๐Ÿง 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

๐Ÿง Flutter tips Supabase + Flutter query cheat sheet #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips

Supabase + Flutter query cheat sheet
#flutterdev #fluttertips

๐Ÿง 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 Still the best way to have a complete camera UI with Flutter in seconds ๐Ÿ‘Œ #fluttertips #flutterdev

mcflyDev's tweet image. ๐Ÿง Flutter tips
Still the best way to have a complete camera UI with Flutter in seconds ๐Ÿ‘Œ

#fluttertips #flutterdev

#FlutterLearning #FlutterTips @r_FlutterDev @FlutterDev dart:io vs dart:html ๐Ÿงต๐Ÿงต๐Ÿงต โคต๏ธ

pratik13butani's tweet image. #FlutterLearning #FlutterTips @r_FlutterDev @FlutterDev 

dart:io   vs  dart:html

๐Ÿงต๐Ÿงต๐Ÿงต โคต๏ธ

๐Ÿง Flutter tips Dart 3.8 just introduced Null-Aware Elements And that's just beautiful #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips
Dart 3.8 just introduced Null-Aware Elements

And that's just beautiful
#flutterdev #fluttertips

๐Ÿง 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

๐Ÿง Flutter tips A great app icon can double your downloads. And the best way to find out? Testing your icon and see results. Leave nothing to chance ๐Ÿ‘‡ #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips

A great app icon can double your downloads.
And the best way to find out?
Testing your icon and see results.

Leave nothing to chance ๐Ÿ‘‡

#flutterdev #fluttertips

๐Ÿง Flutter tips Flutter 3.35 landed a new amazing feature. The ability to create a preview without rendering the app, using the web renderer. Here is how to use it ๐Ÿ‘‡ #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips

Flutter 3.35 landed a new amazing feature.
The ability to create a preview without rendering the app, using the web renderer.

Here is how to use it ๐Ÿ‘‡

#flutterdev #fluttertips

๐Ÿง Flutter tips Creating background image... or video Showing a video in the background on login page or welcome page can really grab attention And that's not that hard to do. But just be careful on your video size #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips
Creating background image... or video

Showing a video in the background on login page or welcome page can really grab attention

And that's not that hard to do.
But just be careful on your video size

#flutterdev #fluttertips

๐Ÿง Flutter tips Riverpod automatically handled loading / error and data states When you return a Future from the build method using the Riverpod annotation Saves a lot of time #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips

Riverpod automatically handled loading / error and data states
When you return a Future from the build method using the Riverpod annotation

Saves a lot of time

#flutterdev #fluttertips

๐Ÿง Flutter tips Automatically force the debugger to stop on errors even if they are handled - only in debug mode - helps to debug your backend - save time searching for root cause ๐Ÿ‘‰ putting this on api calls ๐Ÿ‘Œ #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips

Automatically force the debugger to stop on errors even if they are handled
- only in debug mode
- helps to debug your backend
- save time searching for root cause

๐Ÿ‘‰ putting this on api calls ๐Ÿ‘Œ

#flutterdev #fluttertips

Today, I discovered two useful dialogs or pages that will be highly beneficial for our Flutter application. ๐˜Ž๐˜ช๐˜ท๐˜ฆ ๐˜ช๐˜ต ๐˜ข ๐˜ต๐˜ณ๐˜บ ๐˜ข๐˜ฏ๐˜ฅ ๐˜ด๐˜ฉ๐˜ข๐˜ณ๐˜ฆ ๐˜บ๐˜ฐ๐˜ถ๐˜ณ ๐˜ง๐˜ฆ๐˜ฆ๐˜ฅ๐˜ฃ๐˜ข๐˜ค๐˜ฌ. ๐˜ ๐˜ฉ๐˜ฐ๐˜ฑ๐˜ฆ ๐˜บ๐˜ฐ๐˜ถ ๐˜ง๐˜ช๐˜ฏ๐˜ฅ ๐˜ช๐˜ต ๐˜ฉ๐˜ฆ๐˜ญ๐˜ฑ๐˜ง๐˜ถ๐˜ญ. @FlutterDev #FlutterDev #FlutterTips

pratik13butani's tweet image. Today, I discovered two useful dialogs or pages that will be highly beneficial for our Flutter application.

๐˜Ž๐˜ช๐˜ท๐˜ฆ ๐˜ช๐˜ต ๐˜ข ๐˜ต๐˜ณ๐˜บ ๐˜ข๐˜ฏ๐˜ฅ ๐˜ด๐˜ฉ๐˜ข๐˜ณ๐˜ฆ ๐˜บ๐˜ฐ๐˜ถ๐˜ณ ๐˜ง๐˜ฆ๐˜ฆ๐˜ฅ๐˜ฃ๐˜ข๐˜ค๐˜ฌ. ๐˜ ๐˜ฉ๐˜ฐ๐˜ฑ๐˜ฆ ๐˜บ๐˜ฐ๐˜ถ ๐˜ง๐˜ช๐˜ฏ๐˜ฅ ๐˜ช๐˜ต ๐˜ฉ๐˜ฆ๐˜ญ๐˜ฑ๐˜ง๐˜ถ๐˜ญ.

@FlutterDev #FlutterDev #FlutterTips

๐Ÿง Flutter tips First out... first win Imagine you're waiting for an answer from multiple sources. But you end up waiting for just one answer. Okay, this doesnโ€™t happen that often, but imagine. Here's Future.any. Have you already used it? In what case? #flutterdev #fluttertips

mcflyDev's tweet image. ๐Ÿง Flutter tips
First out... first win

Imagine you're waiting for an answer from multiple sources.
But you end up waiting for just one answer.
Okay, this doesnโ€™t happen that often, but imagine.

Here's Future.any.
Have you already used it? In what case?

#flutterdev #fluttertips

If you use `flutter pub outdated` regularly, you deserve a raise. ๐Ÿ’ฐ #FlutterTips

birjuvachhani's tweet image. If you use `flutter pub outdated` regularly, you deserve a raise. ๐Ÿ’ฐ 

#FlutterTips

Loading...

Something went wrong.


Something went wrong.


United States Trends