0 purchases
wireframe
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
...
);
}
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.