vox_widgets 0.1.36 copy "vox_widgets: ^0.1.36" to clipboard
vox_widgets: ^0.1.36 copied to clipboard

A set of widgets commonly used for cross platform development.

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!"),
)
1
likes
130
points
152
downloads

Publisher

unverified uploader

Weekly Downloads

A set of widgets commonly used for cross platform development.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

adaptive_dialog, auto_size_text, flutter, flutter_blurhash, font_awesome_flutter, package_info_plus, responsive_builder, url_launcher, very_good_analysis

More

Packages that depend on vox_widgets