When the AI writes the code, I review it and feel like a wise old sage checking a schoolchild’s homework.
When I write the code, the AI reviews it and I feel like the pupil. In the end you both grow.
#AI#PairProgramming#CodeReview#DevLife#Coding
I'm blown away by how effortlessly you can set up UI animations in FlutterFlow. It’s a huge time-saver and makes app design feel fun again.
#FlutterFlow#Animation
One of FlutterFlow’s biggest strengths is its extensive customization. If you need it, you can create a custom widget from scratch - just like in Flutter.
#FlutterFlow#Flutter
Need two adjacent widgets in #Flutter to smoothly blend into each other only in the overlap area? Mask each widget with a horizontal alpha gradient.
- #ShaderMask + #LinearGradient + BlendMode.dstIn
- Stack / Positioned