A Backend-Driven Flutter UI toolkit for build your dynamic UI with JSON Data.
- Documention
- General info
- Install
- Get started
- How to implement a WidgetParser
- How to add a click listener
- How to write the json code
- Widget Supported
- Setup
- Contact Us
Add this to your package's pubspec.yaml file:
dependencies:
vectorx: ^0.0.1
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.
Now in your Dart code, you can use:
import 'package:vectorx/vectorx.dart';