Run your widget tests with `flutter run test/your_test.dart` (instead of `flutter test`) to see them execute on device. #FlutterFriday
Read more → https://t.co/9m4838k3jn
Removing a widget is easy, but what if you need it to disappear but still take up space? Use Opacity! Wrap a widget with Opacity, set it to zero, and you're set. Try AnimatedOpacity if you want to animate the change!!
Click for more #WidgetoftheWeek tips ↓