Dmytro Gladkyi
Dmytro Gladkyi

Dmytro Gladkyi

Follow
homebadges
Tag

Dart

#dart

More content

Read more stories on Hashnode


Articles with this tag

Dart: How to Handle Exceptions Raised Inside Isolates

Feb 9, 20224 min read 1.2K views

Dart team has recently published a new version of Dart compiler with huge enhancements in Isolates worlds. So everyone is now discovering new...

Dart: How to Handle Exceptions Raised Inside Isolates

What Would Happen if Dash Memo Leak Had Never Happened?

Feb 5, 20225 min read 527 views

So, 12 years have passed after the infamous "Dash Memo" leak was published. For those who doesn't know: V8 team did a side gig and created a new...

What Would Happen if Dash Memo Leak Had Never Happened?

Dead Simple Example of Using Keys in Flutter Widgets

Oct 2, 20213 min read 1.3K views

Lots of folks struggle to understand when to use keys in Flutter. In this very short article I will show you nice example where they must be...

Dead Simple Example of Using Keys in Flutter Widgets

A Retro of My Last 3 Years

Sep 12, 20213 min read 152 views

The second post on my site: https://gladimdim.org/do-not-quit-or-how-i-resurrected-my-7-years-old-idea was 2 years ago. It was a time when I finally...

A Retro of My Last 3 Years

Flutter: how to animate movement of InteractiveViewer from one point to another on a Map

Jun 6, 20215 min read 1.6K views

In my game called "Loca Deserta: Chumaki" (still WIP) I have an InteractiveWidget widget used as a scroll/pan/zoom surface of the game...

Flutter: how to animate movement of InteractiveViewer from one point to another on a Map

Animating InteractiveViewer in Flutter. Or how to animate Map in your Game.

May 1, 20214 min read 4.0K views

In my 4th game in the Loca Deserta Game Universe I am using InteractiveViewer widget in order to implement a map. It allows me to pan, zoom in/out,...

Animating InteractiveViewer in Flutter. Or how to animate Map in your Game.