#dartdev Suchergebnisse

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

We all know `copyWith` as a pattern for immutable objects, but how do you clear a value? My personal preference is `copyWithout` #FlutterDev #DartDev

FresidentDumazy's tweet image. We all know `copyWith` as a pattern for immutable objects, but how do you clear a value?
My personal preference is `copyWithout`
#FlutterDev #DartDev

Improved readability, but at what cost? #dart #flutterdev #dartdev

toseefkhan_'s tweet image. Improved readability, but at what cost?
#dart #flutterdev #dartdev

Ever wondered about using Environment Variables in your Dart apps? 🤔 Here's a quick walk-through video where we'll show you how to securely store your app credentials. Let's safeguard your apps together! #DartDev #EnvVars #SecureCoding 🔐


For my talk at @FSFlutterConf I'm preparing a demo built with #Jaspr that collects and showcases the best #DartDev quotes. Help me by commenting your favorite Dart quote! 💙🎯


TOMORROW (10th of June) is the last day to submit your talks, we can't wait to read through all your submissions! 💙 flutterfriends.dev #flutter #dartdev

FlutterNFriends's tweet image. TOMORROW (10th of June) is the last day to submit your talks, we can't wait to read through all your submissions! 💙
flutterfriends.dev
#flutter #dartdev

A looot of people have submitted talks, but most of them are of the standard length (+30 minutes) and not as many lightning talks (15 minutes). ⚡️ So if you want to maximize your chance to get chosen; submit a lightning talk too. 😊 2 days left to submit! #flutter #dartdev

FlutterNFriends's tweet image. A looot of people have submitted talks, but most of them are of the standard length (+30 minutes) and not as many lightning talks (15 minutes). ⚡️
So if you want to maximize your chance to get chosen; submit a lightning talk too. 😊
2 days left to submit!
#flutter #dartdev

adb shell "input keyevent 61 \ && input text [email protected] \ && input keyevent 61 \ && input text password \ && input keyevent 66" #tipoftheday #dart #dartdev #dartlang #flutter #flutterdev #plugfox

plugfox's tweet image. adb shell "input keyevent 61 \
  && input text user@gmail.com \
  && input keyevent 61 \
  && input text password \
  && input keyevent 66"

#tipoftheday #dart #dartdev #dartlang #flutter #flutterdev #plugfox

Not only do `late` variables allow you to assign a value later, they are also initialized lazily. Only at line 8 the `current` variable gets assigned. @dart_lang #dartdev

FresidentDumazy's tweet image. Not only do `late` variables allow you to assign a value later, they are also initialized lazily.

Only at line 8 the `current` variable gets assigned.
@dart_lang #dartdev

Finally we have proper wildcards 💙 #dartdev

Gazeria's tweet image. Finally we have proper wildcards 💙 #dartdev

Dart 3.7 is here! We’ve got wildcard variables, new formatter style, cool updates to pub.dev, plus all the ways we’re continuing to make Dart the best it can be. Read all about 3.7 in our blog post: goo.gle/dart37



Looking for every opportunity and use cases to put that Dart3 switch syntax to work. #dartdev #flutterdev

paulkastel's tweet image. Looking for every opportunity and use cases to put that  Dart3 switch syntax to work. #dartdev #flutterdev

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



Kamil Sztandur: #DartDev Analyzer can be teacher and assistant when it comes to refactoring or introducing code.


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

Probably late for the party - I just learned that for @code in your project you can create file `.github\copilot_instructions.md` and put there all cursor rules files (google for good stuff) content dedicated for #flutterdev and #dartdev and #AI go brrrrrrrr🤯


🚀 Announcing alien_signals v0.4.0! Dart's lightest signal library, synced with alien-signals v2.0.1: ✅ New reactive architecture ✅ Complete signal management ✅ Streamlined package structure Thanks to @johnsoncodehk for the amazing work ❤️ 👉 github.com/medz/alien-sig… #DartDev


dart_macros makes debug handling elegant: @Define('DEBUG', true) @DefineMacro('LOG', 'print("DEBUG: " + msg)') void main() { if (Macros.get<bool>('DEBUG')) { MacroFunctions.LOG("Started"); } } pub.dev/packages/dart_… #Dart #Flutter #DartDev


Dart routine: Now "_" is a wildcard! Bye-bye _, __, ___ style 🥳 #dartdev #flutterdev #anroiddev #iosdev #tarklab #airontark


Flutter routine: Yay! Pub.dev has a dark theme now! 😀 #flutterdev #dartdev #pubdev #tarklab #airontark #darktheme #ios mobile #android

airon_tark's tweet image. Flutter routine: Yay! Pub.dev has a dark theme now! 😀 #flutterdev #dartdev #pubdev #tarklab #airontark #darktheme #ios mobile #android

Flutter routine: This is how you can create enums with string values in Dart. #flutterdev #dartdev #enum #androiddev #iosdev #tarklab #airontark

airon_tark's tweet image. Flutter routine: This is how you can create enums with string values in Dart. #flutterdev #dartdev #enum #androiddev #iosdev #tarklab #airontark

Finally we have proper wildcards 💙 #dartdev

Gazeria's tweet image. Finally we have proper wildcards 💙 #dartdev

Dart 3.7 is here! We’ve got wildcard variables, new formatter style, cool updates to pub.dev, plus all the ways we’re continuing to make Dart the best it can be. Read all about 3.7 in our blog post: goo.gle/dart37



Flutter AI routine: Wow! ChatGPT has a new interface for working with the code. Neat! 😍 #flutterai #flutter #dartdev #mobiledev #androddev #iosdev #chatgpt #openai #tarklab #airontark

airon_tark's tweet image. Flutter AI routine: Wow! ChatGPT has a new interface for working with the code. Neat! 😍  #flutterai #flutter #dartdev #mobiledev #androddev #iosdev #chatgpt #openai #tarklab #airontark

Flutter routine: Vertical-oriented code is always better than long lines. Python style, Dart style. Neat. Doing it with Swift as well. 😍 #xcode #swift #dartdev #mobiledev #flutterdev #iosdev #code #tarklab #airontark

airon_tark's tweet image. Flutter routine: Vertical-oriented code is always better than long lines. Python style, Dart style. Neat. Doing it with Swift as well. 😍 #xcode #swift #dartdev #mobiledev #flutterdev #iosdev #code #tarklab #airontark

Had a usecase for this but had to verify that it works and was kinda shocked that it did! Interesting to see how Dart works here. I love @dart_lang. 😍 #dartdev #dart #flutterdev

birjuvachhani's tweet image. Had a usecase for this but had to verify that it works and was kinda shocked that it did! 

Interesting to see how Dart works here. I love @dart_lang. 😍

#dartdev #dart #flutterdev

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&apos;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

Improved readability, but at what cost? #dart #flutterdev #dartdev

toseefkhan_'s tweet image. Improved readability, but at what cost?
#dart #flutterdev #dartdev

TOMORROW (10th of June) is the last day to submit your talks, we can't wait to read through all your submissions! 💙 flutterfriends.dev #flutter #dartdev

FlutterNFriends's tweet image. TOMORROW (10th of June) is the last day to submit your talks, we can&apos;t wait to read through all your submissions! 💙
flutterfriends.dev
#flutter #dartdev

A looot of people have submitted talks, but most of them are of the standard length (+30 minutes) and not as many lightning talks (15 minutes). ⚡️ So if you want to maximize your chance to get chosen; submit a lightning talk too. 😊 2 days left to submit! #flutter #dartdev

FlutterNFriends's tweet image. A looot of people have submitted talks, but most of them are of the standard length (+30 minutes) and not as many lightning talks (15 minutes). ⚡️
So if you want to maximize your chance to get chosen; submit a lightning talk too. 😊
2 days left to submit!
#flutter #dartdev

We all know `copyWith` as a pattern for immutable objects, but how do you clear a value? My personal preference is `copyWithout` #FlutterDev #DartDev

FresidentDumazy's tweet image. We all know `copyWith` as a pattern for immutable objects, but how do you clear a value?
My personal preference is `copyWithout`
#FlutterDev #DartDev

Thematic Unique Name Generator pub.dev/packages/thema… Generate an infinite number of thematic calibrated unique names. #flutterdev #dartdev #plugins #gamedev #generated

syrokomskyi's tweet image. Thematic Unique Name Generator
pub.dev/packages/thema…

Generate an infinite number of thematic calibrated unique names.

#flutterdev #dartdev #plugins #gamedev #generated

Finally we have proper wildcards 💙 #dartdev

Gazeria's tweet image. Finally we have proper wildcards 💙 #dartdev

Dart 3.7 is here! We’ve got wildcard variables, new formatter style, cool updates to pub.dev, plus all the ways we’re continuing to make Dart the best it can be. Read all about 3.7 in our blog post: goo.gle/dart37



Not only do `late` variables allow you to assign a value later, they are also initialized lazily. Only at line 8 the `current` variable gets assigned. @dart_lang #dartdev

FresidentDumazy's tweet image. Not only do `late` variables allow you to assign a value later, they are also initialized lazily.

Only at line 8 the `current` variable gets assigned.
@dart_lang #dartdev

adb shell "input keyevent 61 \ && input text [email protected] \ && input keyevent 61 \ && input text password \ && input keyevent 66" #tipoftheday #dart #dartdev #dartlang #flutter #flutterdev #plugfox

plugfox's tweet image. adb shell &quot;input keyevent 61 \
  &amp;amp;&amp;amp; input text user@gmail.com \
  &amp;amp;&amp;amp; input keyevent 61 \
  &amp;amp;&amp;amp; input text password \
  &amp;amp;&amp;amp; input keyevent 66&quot;

#tipoftheday #dart #dartdev #dartlang #flutter #flutterdev #plugfox

Multiple returns are possible in the latest version of #dart. These multiple returns are similar to Python. #dartdev #flutter #flutterdeveloper #fluttercommunity

NAlagusundaram's tweet image. Multiple returns are possible in the latest version of #dart.

These multiple returns are similar to Python.

#dartdev #flutter #flutterdeveloper #fluttercommunity

macro、すごいです。ぜひ触ってみてください。コードはこちら。 macro is amazing. You should definitely try them out. Here is the code. #dartdev #dart github.com/mafreud/macro_…

ma_freud's tweet image. macro、すごいです。ぜひ触ってみてください。コードはこちら。
macro is amazing. You should definitely try them out. Here is the code. #dartdev #dart
github.com/mafreud/macro_…

Had a usecase for this but had to verify that it works and was kinda shocked that it did! Interesting to see how Dart works here. I love @dart_lang. 😍 #dartdev #dart #flutterdev

birjuvachhani's tweet image. Had a usecase for this but had to verify that it works and was kinda shocked that it did! 

Interesting to see how Dart works here. I love @dart_lang. 😍

#dartdev #dart #flutterdev

Loading...

Something went wrong.


Something went wrong.


United States Trends