Deconstructing Flutter
134 subscribers
2 photos
1 video
20 links
Download Telegram
April 10
Just posted a new article on decorating the text inputs:

- InputDecoration vs. InputDecorationTheme
- How do they work together?
- What are the other properties?
- Hint, Label, Counter, etc
- Borders and BorderSide
- Gradients
April 21
Updated my old article about WidgetState with new info:
- examples with InkWell, Checkbox, AppBar, and a few other widgets
- using a fromMap method instead of resolveWith
April 30
Fragment shaders in Flutter let you create complex visuals that run directly on GPU. This issue covers some theory, practical examples, and implementation guides.
May 1
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
May 13
May 13