Last updated:
0 purchases
apptive grid theme
ApptiveGrid Theme #
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(),
);
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.