Flutter: How to Use Gradients and the GradientAppBar Plugin

1 · · April 22, 2019, midnight
We recently looked at how to create our first Flutter app. Next up, we’re going to investigate how we can add a gradient background, because they’re so cool! To ensure we’re all playing the same game - go ahead and create a Flutter application by running the following: $ flutter create flutter_gradient $ cd flutter_gradient $ code . # run this on an iOS/Android simulator Video Version 📺 Here’s a short video where I go over what’s in this very post: .embed-container { position: relative; paddin...