ApptiveGrid Theme

Pub pub points popularity likes

This is a package for the theme and all the assets of ApptiveGrid apps.

Usage

import 'package:apptive_grid_theme/apptive_grid_theme.dart';


@override
Widget build(BuildContext context) {
    return MaterialApp(
        theme: ApptiveGridTheme.light(),
        darkTheme: ApptiveGridTheme.dark(),
        home: MyWidget(),
    );
}

Libraries

apptive_grid_theme