plexaverse_cli 0.2.2 copy "plexaverse_cli: ^0.2.2" to clipboard
plexaverse_cli: ^0.2.2 copied to clipboard

A powerful CLI tool for faster flutter application development. Easily add pre-built widgets and functional screens to your Flutter projects.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate plexaverse_cli

Use it

The package has the following executables:

$ plexaverse

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add plexaverse_cli

With Flutter:

 $ flutter pub add plexaverse_cli

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

dependencies:
  plexaverse_cli: ^0.2.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:plexaverse_cli/commands/add_command.dart';
import 'package:plexaverse_cli/commands/init_command.dart';
import 'package:plexaverse_cli/commands/list_command.dart';
import 'package:plexaverse_cli/commands/update_command.dart';
import 'package:plexaverse_cli/core/component_registry.dart';
import 'package:plexaverse_cli/core/file_system.dart';
import 'package:plexaverse_cli/core/project_analyzer.dart';
import 'package:plexaverse_cli/core/pubspec_editor.dart';
import 'package:plexaverse_cli/core/version_manager.dart';
import 'package:plexaverse_cli/models/component.dart';
1
likes
145
points
58
downloads

Documentation

Documentation
API reference

Publisher

verified publisherplexaverse.com

Weekly Downloads

A powerful CLI tool for faster flutter application development. Easily add pre-built widgets and functional screens to your Flutter projects.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, http, path, yaml, yaml_edit

More

Packages that depend on plexaverse_cli