#dart #dartdev #dartlang #flutter #flutterdev
If you ever wondered about the Dart future, there are several new upcoming features, like: patterns and records, static metaprogramming, views, etc., which can be found here
Spec for patterns and records
Spec for the views feature
And macros
Those are very powerful features that can significantly change the way how some code is written today. π
from @_incendial
If you ever wondered about the Dart future, there are several new upcoming features, like: patterns and records, static metaprogramming, views, etc., which can be found here
Spec for patterns and records
Spec for the views feature
And macros
Those are very powerful features that can significantly change the way how some code is written today. π
from @_incendial
GitHub
language/working at main Β· dart-lang/language
Design of the Dart language. Contribute to dart-lang/language development by creating an account on GitHub.
π₯16
#article #workshop #layer #overlay #dart #dartdev #dartlang #flutter #flutterdev #plugfox
Workshop showing how to link two layers together. And attach an overlay entry to a specific widget, tracking its movements.
Article: https://plugfox.dev/layer-link/
Workshop & Full example
Workshop showing how to link two layers together. And attach an overlay entry to a specific widget, tracking its movements.
Article: https://plugfox.dev/layer-link/
Workshop & Full example
π₯12
#article #error #exception #stacktrace #dart #dartdev #dartlang #flutter #flutterdev #plugfox
My new article about error handling in dart.
This article will show common mistakes you can make when handling exceptions and alternatives to how to do it right. Common pitfalls, tips and tricks.
Article: https://plugfox.dev/error-handling-and-anti-patterns/
My new article about error handling in dart.
This article will show common mistakes you can make when handling exceptions and alternatives to how to do it right. Common pitfalls, tips and tricks.
Article: https://plugfox.dev/error-handling-and-anti-patterns/
Plague Fox
Anti-patterns of error handling in dart
This article will show common mistakes you can make when handling exceptions and alternatives to how to do it right.
π₯30
#article #bloc #business #logic #component #dart #dartdev #dartlang #flutter #flutterdev #plugfox
The first in a series of detailed articles about BLoC.
https://plugfox.dev/business-logic-component-1/
The first in a series of detailed articles about BLoC.
https://plugfox.dev/business-logic-component-1/
Plague Fox
Business Logic Component [1/4]
Introduction to the theory of Business Logic Component aka BLoC.
Consideration of the main patterns, concept overview, and problems to be solved.
Consideration of the main patterns, concept overview, and problems to be solved.
π₯30
Forwarded from Dart: Tips Of The Day
Most developers don't know how to debug WebView and CustomTabs and track network requests, layouts, and errors.
But it's very simple
1) Start debugging on your phone or emulator as usual
2) Open in chrome ON YOUR DESKTOP the link
3) Find the web view of the SMARTPHONE on this page
4) Click β
5) Debug with DevTools like a regular website, console, network requests, etc. You can also see what's happening on the screen
#tipoftheday #dart #dartdev #dartlang #flutter #flutterdev #plugfox #devtools #webview
But it's very simple
1) Start debugging on your phone or emulator as usual
2) Open in chrome ON YOUR DESKTOP the link
chrome://inspect/#devices3) Find the web view of the SMARTPHONE on this page
4) Click β
inspectβ5) Debug with DevTools like a regular website, console, network requests, etc. You can also see what's happening on the screen
#tipoftheday #dart #dartdev #dartlang #flutter #flutterdev #plugfox #devtools #webview
π₯13
#article #roadmap #developer #progress #learn #path #dart #dartdev #dartlang #flutter #flutterdev #plugfox
Roadmap describing the approximate path of a flutter developer
https://plugfox.dev/flutter-developer-roadmap/
Roadmap describing the approximate path of a flutter developer
https://plugfox.dev/flutter-developer-roadmap/
Plague Fox
Flutter Developer Roadmap
The path of transformation from a yellow-mouthed beginner to a seasoned expert is long and thorny. I put together a subjective roadmap broken down into milestones with the main points of interest on it.
Apply perseverance, and you will reach the top of theβ¦
Apply perseverance, and you will reach the top of theβ¦
π₯16
Forwarded from Dart: Tips Of The Day
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
π₯5
Forwarded from Dart: Tips Of The Day
π₯3
Forwarded from Dart: Tips Of The Day
Explore the power of anonymous functions in Dart to create flexible, expressive, and context-aware code. Learn their use as arguments, closures, value initialization, UI widget building, and conditional execution. Enhance your programming toolkit with these versatile solutions.
https://plugfox.dev/harness-the-power-of-anonymous-functions-in-dart/
#tipoftheday #dart #dartdev #dartlang #flutter #flutterdev #plugfox #closure #anonymous #function
https://plugfox.dev/harness-the-power-of-anonymous-functions-in-dart/
#tipoftheday #dart #dartdev #dartlang #flutter #flutterdev #plugfox #closure #anonymous #function
Plague Fox
Harness the Power of Anonymous Functions in Dart
Explore the power of anonymous functions in Dart to create flexible, expressive, and context-aware code. Learn their use as arguments, closures, value initialization, UI widget building, and conditional execution. Enhance your programming toolkit with theseβ¦
π₯3
Forwarded from Dart: Tips Of The Day
Explore the world of singletons in Dart & Flutter with this comprehensive guide.
https://plugfox.dev/singleton
#tipoftheday #dart #dartdev #dartlang #flutter #flutterdev #plugfox #singleton
https://plugfox.dev/singleton
#tipoftheday #dart #dartdev #dartlang #flutter #flutterdev #plugfox #singleton
Plague Fox
Taming the Lonely Singleton in Dart
Explore the world of singletons in Dart & Flutter with this comprehensive guide.
π₯9
Forwarded from Dart: Tips Of The Day
Discover how to leverage Dart isolates for effective concurrency, enabling efficient parallelism in your applications. Learn about creating isolates, handling communication, and implementing a watchdog timer.
https://plugfox.dev/mastering-isolates/
#tipoftheday #dart #dartdev #dartlang #flutter #flutterdev #plugfox #isolate
https://plugfox.dev/mastering-isolates/
#tipoftheday #dart #dartdev #dartlang #flutter #flutterdev #plugfox #isolate
Plague Fox
Mastering Isolates in Flutter & Dart
Discover how to leverage Dart isolates for effective concurrency, enabling efficient parallelism in your applications. Learn about creating isolates, handling communication, and implementing a watchdog timer.
π₯4