apptive_grid_theme 0.0.3 copy "apptive_grid_theme: ^0.0.3" to clipboard
apptive_grid_theme: ^0.0.3 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
pub points
25%
popularity

Publisher

verified publisherapptivegrid.de

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

Homepage

License

unknown (LICENSE)

Dependencies

flutter, universal_platform

More

Packages that depend on apptive_grid_theme