#dartdev Suchergebnisse

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

Flutter 3.38 is out! Upgrading now? What's your fave new bit? #Flutter #DartDev Drop a 🔥 if you're hyped!

boxercoder's tweet image. Flutter 3.38 is out! 
Upgrading now? What's your fave new bit? #Flutter #DartDev Drop a 🔥 if you're hyped!

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

Now, update flutter to 3.38.0, Enjoy the #DartDev grammar of the dots.

shiweidu's tweet image. Now, update flutter to 3.38.0, Enjoy the #DartDev grammar of the dots.

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! 💙🎯


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 🔐


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

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

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
Dieser Tweet ist nicht mehr verfügbar.

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

Who do you think is the top dog in the Dart/Flutter ecosystem? #DartDev #FlutterDev


My desired next steps: - Provide a configurable, automated execution extension interface for `flutter run`/`dart run`, allowing the `dart run build_runner build` step to be completed automatically 😃 - Are there any further speed improvements possible? #DartDev #FlutterDev

I just released `build_runner 2.10.3` with another performance improvement, if you have a big codebase you will be happy, benchmark results: 1000 files: 2x faster (5s -> 3s) 2000 files: 5x faster (25s -> 5s) 5000 files: 27x faster (424s -> 15s) pub.dev/packages/build…



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

alien_signals 2.0-rc.4 has been released, containing only one API change: | count(1) -> count.set(1). This weekend, I have two tasks: 1. Adapting Oref to 2.0-RC 2. Writing documentation for Oref pub.dev/packages/alien… #DartDev #FlutterDev #State


Now, update flutter to 3.38.0, Enjoy the #DartDev grammar of the dots.

shiweidu's tweet image. Now, update flutter to 3.38.0, Enjoy the #DartDev grammar of the dots.

I'm not sure how signals work but could anyone explain the difference between signals and hooks? On the surface they are not that different. 🤔 #flutterdev #dartdev


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
Dieser Tweet ist nicht mehr verfügbar.

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

github.com

GitHub - medz/alien-signals-dart: 👽 A reactive system library that brings the power of signals to...

👽 A reactive system library that brings the power of signals to Dart and Flutter applications - medz/alien-signals-dart


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

Flutter 3.38 is out! Upgrading now? What's your fave new bit? #Flutter #DartDev Drop a 🔥 if you're hyped!

boxercoder's tweet image. Flutter 3.38 is out! 
Upgrading now? What's your fave new bit? #Flutter #DartDev Drop a 🔥 if you're hyped!

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

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

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
Dieser Tweet ist nicht mehr verfügbar.

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

Discover how pre-commit hooks and DCM can transform your Flutter & Dart development process. 👩‍💻 Get immediate feedback 🔃 Reduce CI load 💯 improve code quality. Read more! dcm.dev/blog/2024/05/3… Thanks to @pommeDouze for sharing their team's knowledge! #FlutterDev #DartDev

DCMAnalyzer's tweet image. Discover how pre-commit hooks and DCM can transform your Flutter & Dart development process. 
👩‍💻 Get immediate feedback
🔃 Reduce CI load
💯 improve code quality.

Read more! dcm.dev/blog/2024/05/3…

Thanks to @pommeDouze for sharing their team's knowledge!

#FlutterDev #DartDev

Now, update flutter to 3.38.0, Enjoy the #DartDev grammar of the dots.

shiweidu's tweet image. Now, update flutter to 3.38.0, Enjoy the #DartDev grammar of the dots.

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

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

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

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



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

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

Loading...

Something went wrong.


Something went wrong.


United States Trends