lol_colors_flutter 0.0.3 copy "lol_colors_flutter: ^0.0.3" to clipboard
lol_colors_flutter: ^0.0.3 copied to clipboard

outdated

Flutter package for lolcolors page, based on web design rankings colors

lol_colors_flutter #

Use lol Colors as a normal Color instead of using Colors.blue for example, you'll use LolColors.c4714_1

The convection used is:

LolColors.c + [color number] + [color position]

In which color number is the color in the lol Color List, and the color position correspond to 1,2,3 or 4

For example

Text("Lol Colors",
  style: TextStyle(
    color : LolColors.c2877_3
  )
),
Container(color:LolColors.c2877_1),
Container(color:LolColors.c2877_2),
Container(color:LolColors.c2877_3),
Container(color:LolColors.c2877_4),

Also, you can used in Gradient, by accesing LolColors.colors_color_number, as is showed belown

Container(
  decoration : BoxDecoration(
    gradient: LinearGradient(
      colors : LolColors.colors_c2877
    )
  )
)

Lol Color List #

.

1
likes
0
pub points
2%
popularity

Publisher

verified publisherdevef.com

Flutter package for lolcolors page, based on web design rankings colors

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on lol_colors_flutter