Tag: custom colors

  • In Flutter, you may want to use custom colors that aren’t available in the default color palette. One way to do this is by using hexadecimal color strings. In this tutorial, we’ll show you how to use hexadecimal color strings in Flutter to create custom color schemes for your app. You can use hexadecimal color…