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
150
points
149
downloads

Publisher

verified publisherapptivegrid.de

Weekly Downloads

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

Homepage
Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, material_design_icons_flutter, universal_platform

More

Packages that depend on apptive_grid_theme