Code With Andrea
380 FOLLOWERS
Learn how to become a Flutter Pro and build production-ready apps on mobile and beyond. Hello, I'm Andrea and I'm a Google Developer Expert for Dart & Flutter. I created my website to help you become a Flutter Pro and make high-quality apps.
Code With Andrea
1d ago
If you want to return a stream that depends on some asynchronous code, you can use async* and yield ..read more
Code With Andrea
6d ago
The in_app_review package makes it easy to ask for reviews. And by using a data-driven approach, you can show the prompt at the right time ..read more
Code With Andrea
1w ago
To avoid prompting users too early, track your desired event and only ask for a review after it is triggered N times ..read more
Code With Andrea
1w ago
How to download multiple releases from xcodereleases.com, and switch between them with the xcode-select CLI ..read more
Code With Andrea
1w ago
The Android debug logs can get quite noisy. To work around it, open the DevTools logging page, which will only show the Flutter logs ..read more
Code With Andrea
1M ago
Rather than calling Navigator.of(context), you can define all the push/pop methods inside a BuildContext extension and make your navigation code less verbose ..read more
Code With Andrea
1M ago
To create a stylish Text, use the ShaderMask widget with a shaderCallback that returns a LinearGradient with begin and end points, along with a list of colors ..read more
Code With Andrea
1M ago
The easiest way to add a badge to an IconButton is to use the Badge widget. Use this to show a numeric value or a custom label next to an icon ..read more
Code With Andrea
1M ago
To detect the current platform, check for kIsWeb beforehand and use it together with defaultTargetPlatform, which doesn't import dart:io ..read more
Code With Andrea
1M ago
Also included: Completers, Fragment Shaders guide, how to store data in secure storage, Mix and other Flutter UI packages, upcoming conferences ..read more