wireframe 0.0.1-dev.0 copy "wireframe: ^0.0.1-dev.0" to clipboard
wireframe: ^0.0.1-dev.0 copied to clipboard

Focus your attention on user experience by converting your beautiful Flutter app into a low fidelity interface.

Focus your attention on user experience by converting your beautiful Flutter app into a low fidelity interface.

Usage #

Simply import the package and use wireframeTheme however you'd like.

import 'package:flutter/material.dart';
import 'package:wireframe/wireframe.dart';

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      theme: wireframeTheme, // use wireframeTheme directly
      ...
    );
  }
}

1
likes
120
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Focus your attention on user experience by converting your beautiful Flutter app into a low fidelity interface.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_fonts

More

Packages that depend on wireframe