wireframe

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.