Skip to content

A Lib project to study how to make DSL for your App in Flutter

License

Notifications You must be signed in to change notification settings

Felipe00/kameleon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KAMELEON

Make beautiful apps fast.

Kameleon is a pre-built theme. It is useful if you do not want waste time developing a new design. It is good when:

  • Prototyping;
  • "WE NEED A LAYOUT! FAST!";
  • "I'm too lazy today -____-";
  • And a bunch more..

How simple it is?

Just call applyKamouflage() on themeproperty and thats it!

  @override
  Widget build(BuildContext context) {
    // Just call `applyKamouflage()` on theme and voilá!
    return MaterialApp(
      title: 'My Beautiful App',
      theme: applyKamouflage(),
    );
  }

About

A Lib project to study how to make DSL for your App in Flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages