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

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.light(),
        darkTheme: ApptiveGridTheme.dark(),
        home: MyWidget(),
    );
}
0
likes
140
pub points
28%
popularity

Publisher

verified publisherapptivegrid.de

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, material_design_icons_flutter, universal_platform

More

Packages that depend on apptive_grid_theme