beatx_cli 0.1.1 copy "beatx_cli: ^0.1.1" to clipboard
beatx_cli: ^0.1.1 copied to clipboard

An opinionated framework for building Flutter apps. `beatx_rx`, `beatx_annotations`, `go_router`, `beatx_router`.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate beatx_cli

Use it

The package has the following executables:

$ beatx

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add beatx_cli

With Flutter:

 $ flutter pub add beatx_cli

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

dependencies:
  beatx_cli: ^0.1.1

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:beatx_cli/beatx_cli.dart';
0
likes
110
points
24
downloads

Documentation

API reference

Publisher

verified publisherbeatly.dev

Weekly Downloads

An opinionated framework for building Flutter apps. `beatx_rx`, `beatx_annotations`, `go_router`, `beatx_router`.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, args, collection, dart_style, go_router_builder, json_annotation, path, source_gen

More

Packages that depend on beatx_cli