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
      ...
    );
  }
}

Libraries

wireframe