card_settings 0.1.0 copy "card_settings: ^0.1.0" to clipboard
card_settings: ^0.1.0 copied to clipboard

outdatedDart 1 only

A flutter package for building card based settings forms.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'ponyexample.dart';

void main() => runApp(new MyApp());

class MyApp extends StatelessWidget {

  @override
  Widget build(BuildContext context) {
    return new MaterialApp(
      title: 'Card Settings Example',
      home: new PonyExample(),
      theme: Theme.of(context).copyWith(
        accentColor: Colors.indigo[400],
        backgroundColor: Colors.indigo[100],
        primaryColor: Colors.teal,
      ),
    );
  }
}
238
likes
0
pub points
86%
popularity

Publisher

unverified uploader

A flutter package for building card based settings forms.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_colorpicker, intl

More

Packages that depend on card_settings