kameleon 0.0.3-alpha copy "kameleon: ^0.0.3-alpha" to clipboard
kameleon: ^0.0.3-alpha copied to clipboard

Kameleon is a pre-built theme. Useful if you do not want waste time making design.

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(),
    );
  }
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Kameleon is a pre-built theme. Useful if you do not want waste time making design.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on kameleon