Добавить
Уведомления

Flutter Hex Colors | How to use Hex Color Codes in Flutter | Easy Method

Learn how to use the hex color code in a flutter app. We create a function that take hex color as string and convert that hex color to integer form that flutter Color class object take as a parameter. Hexadecimal colors are mostly used in the web. How that same format can be used inside the flutter framework. Mostly we represent colors by using the flutter material library colors. But some time our designer gives us the design that does not belong to the material library. Designer gives us the Hex code. Solution to use this hex code will be discussed in this video. source code -- https://github.com/hussainhumdani/FlutterSolutions/tree/main/05_use_hexadecimal_color If you have any question. Please write in the comments!

12+
17 просмотров
2 года назад
12+
17 просмотров
2 года назад

Learn how to use the hex color code in a flutter app. We create a function that take hex color as string and convert that hex color to integer form that flutter Color class object take as a parameter. Hexadecimal colors are mostly used in the web. How that same format can be used inside the flutter framework. Mostly we represent colors by using the flutter material library colors. But some time our designer gives us the design that does not belong to the material library. Designer gives us the Hex code. Solution to use this hex code will be discussed in this video. source code -- https://github.com/hussainhumdani/FlutterSolutions/tree/main/05_use_hexadecimal_color If you have any question. Please write in the comments!

, чтобы оставлять комментарии