wireframe_theme 1.0.5 copy "wireframe_theme: ^1.0.5" to clipboard
wireframe_theme: ^1.0.5 copied to clipboard

A minimalist Flutter theme package with wireframe aesthetic, IBM Plex Mono typography, and dark mode support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wireframe_theme

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  wireframe_theme: ^1.0.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:wireframe_theme/wireframe_theme.dart';
0
likes
40
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A minimalist Flutter theme package with wireframe aesthetic, IBM Plex Mono typography, and dark mode support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, google_fonts, provider, shared_preferences

More

Packages that depend on wireframe_theme