Skip to content

Coding with Rashid

  • iOS
  • Android
  • Flutter
  • React Native
  • About
  • Privacy Policy
Coding with Rashid

scaffold flutter

Flutter Tutorials

How to Add Hexadecimal Colors in Flutter

ByMohammed Rashid August 18, 2019

By default, you cannot add hexadecimal color code directly to Flutter. In this blog post, let’s check how to add hex color codes in Flutter. The hexadecimal string is not accepted because the Colors class accepts only integers. Hence, while specifying hexadecimal colors we need to convert them into integers. For this, you just need…

Read More How to Add Hexadecimal Colors in FlutterContinue

Flutter Tutorials

How to change Background Color of a Screen in Flutter

ByMohammed Rashid August 18, 2019

Making a mobile app user interface beautiful has many aspects. Sometimes, you may want to change the plain white background color of screens to make your app looks cool. In this blog post, let’s see how to change the background color of a screen in Flutter. Making the Scaffold widget the root of your screen…

Read More How to change Background Color of a Screen in FlutterContinue

© 2025 codingwithrashid.com

  • iOS
  • Android
  • Flutter
  • React Native
  • About
  • Privacy Policy
Search