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.

example/main.dart

import 'package:flutter/material.dart';
import 'package:kameleon/kameleon.dart';
//git commit -m "Resources fonts and Example added. Now we work as a theme to make easy implementation"
void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @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