vox_widgets

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

vox widgets

VoxWidgets is a set of customizable widgets for flutter applicaitons. It is
designed to be used with cross platform in mind.
Features #
Inclused many customizable widgets for flutter applications. including
VoxButton, VoxBlurHash, ect.
Getting started #
flutter pub add vox_widgets
Usage #
import 'package:vox_widgets/vox_widgets.dart';


/// A simple button that prints "Hello World!" when pressed.
/// this button and many other widgets are built with
/// cross platform in mind.

VoxButton(
child : Text("Click Me!"),
onPressed : () => print("Hello World!"),
)
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.