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

outdated

Make Design Language System easy

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
0
pub points
0%
popularity

Publisher

unverified uploader

Make Design Language System easy

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on kameleon