apptive_grid_theme 0.0.1 copy "apptive_grid_theme: ^0.0.1" to clipboard
apptive_grid_theme: ^0.0.1 copied to clipboard

outdated

All theming for apps using ApptiveGrid. This includes colors, icons and fonts used by ApptiveGrid.

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(brightness: Brightness.light).create(),
        darkTheme: ApptiveGridTheme(brightness: Brightness.dark).create(),
        home: MyWidget(),
    );
}
0
likes
0
points
26
downloads

Publisher

verified publisherapptivegrid.de

Weekly Downloads

All theming for apps using ApptiveGrid. This includes colors, icons and fonts used by ApptiveGrid.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on apptive_grid_theme