Skip to content

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

Notifications You must be signed in to change notification settings

SergioEric/lol_colors_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
    )
  )
)

Simple Demo

demo v1

Lol Color List

. lol_colors_list_1

lol_colors_list_1

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages