vectorx 0.0.2 copy "vectorx: ^0.0.2" to clipboard
vectorx: ^0.0.2 copied to clipboard

A Backend-Driven Flutter UI toolkit for build your dynamic UI with JSON Data.

VectorX #

A Backend-Driven Flutter UI toolkit for build your dynamic UI with JSON Data, and the json format is very similar with flutter widget code.

Table of contents #

Install #

1. Depend on it

Add this to your package's pubspec.yaml file:

dependencies:
  vectorx: ^0.0.1

2. Install it

You can install packages from the command line:

with Flutter:

$ flutter packages get

Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.

3. Import it

Now in your Dart code, you can use:

import 'package:vectorx/vectorx.dart';
2
likes
20
pub points
0%
popularity

Publisher

verified publisherbitinfinitywebsolutions.com

A Backend-Driven Flutter UI toolkit for build your dynamic UI with JSON Data.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, font_awesome_flutter, http, logging

More

Packages that depend on vectorx