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

Vortex is a first powerful Flutter framework that brings the convenience and structure of Nuxt.js to Flutter development.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add vortex

With Flutter:

 $ flutter pub add vortex

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  vortex: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:vortex/vortex.dart';
2
likes
0
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Vortex is a first powerful Flutter framework that brings the convenience and structure of Nuxt.js to Flutter development.

Homepage
Repository (GitHub)
View/report issues

Topics

#vortex #nuxt #flutter #build-system

Documentation

Documentation

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

args, flutter, logger, meta, path

More

Packages that depend on vortex