DART 🎯 FLUTTER
2.57K subscribers
241 photos
2 videos
2 files
2.51K links
A community of Dart and Flutter lovers ❀️

Russian chat: @ru_dart
News: @dartside
Jobs: @dartlang_jobs
Contacts: @plugfox https://plugfox.dev
Download Telegram
#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
πŸ”₯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
πŸ”₯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/
πŸ”₯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 chrome://inspect/#devices
3) 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
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
πŸ”₯3
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
πŸ”₯4