Fragment shaders in Flutter let you create complex visuals that run directly on GPU. This issue covers some theory, practical examples, and implementation guides.
Substack
Deconstructing Flutter vol. 13: Fragment Shaders
Fragment shaders let you manipulate pixels directly on the GPU, creating visual effects impossible with regular UI widgets.
π₯3
Smaller apps download faster and use less storage. Obfuscation makes your code harder to reverse engineer, protecting your work. Both help improve user experience and app security.
https://deconstructingflutter.substack.com/p/deconstructing-flutter-vol-14-obfuscation
https://deconstructingflutter.substack.com/p/deconstructing-flutter-vol-14-obfuscation
Substack
Deconstructing Flutter vol. 14: Obfuscation & Minification
Smaller apps download faster and use less storage. Obfuscation makes your code harder to reverse engineer, protecting your work. Both help improve user experience and app security.
π3
Reworked the old article about shapes:
- class hierarchy overview
- more examples on built-in shape border implementations
- updated custom border example
- removed clipping examples from article
Big thanks to PlugFox for pointing out issues with the previous revision of the article
A new separate article on clipping with more meaningful examples is coming later
- class hierarchy overview
- more examples on built-in shape border implementations
- updated custom border example
- removed clipping examples from article
Big thanks to PlugFox for pointing out issues with the previous revision of the article
A new separate article on clipping with more meaningful examples is coming later
Medium
Mastering ShapeBorder in Flutter
Working with shapes might be overwhelming when you donβt know how to implement the designed UI. In this article, we will start with theβ¦
π₯4
Recently had the pleasure of giving a talk at the Flutter Riga meetup.
It was my first time speaking on stage. For someone who has a social anxiety disorder, it was really hard to dare to do it.
I picked up a few useful lessons, one being that live coding doesn't work particularly well at offline events π
Now Iβm applying to a few other conferences this summer
It was my first time speaking on stage. For someone who has a social anxiety disorder, it was really hard to dare to do it.
I picked up a few useful lessons, one being that live coding doesn't work particularly well at offline events π
Now Iβm applying to a few other conferences this summer
β€9π₯2π1