flutterfire_cli icon indicating copy to clipboard operation
flutterfire_cli copied to clipboard

request: Let flutterfire_cli be installable as dev dependency

Open cedvdb opened this issue 2 years ago • 5 comments

Is there an existing feature request for this?

  • [X] I have searched the existing issues.

Command

dart run flutterfire || dart run flutterfire_cli

Description

currently the filename in /bin does not match the package name. When installing flutterfire_cli as a dev dependency and then trying to run it here is the output:

$ dart run flutterfire_cli
Could not find `bin/flutterfire_cli.dart` in package `flutterfire_cli`.

Reasoning

I want to lock the version.

Additional context and comments

No response

cedvdb avatar Dec 09 '23 10:12 cedvdb

Similar as https://github.com/invertase/flutterfire_cli/issues/223

EArminjon avatar Dec 18 '23 16:12 EArminjon

Technically, you can add it as a dev dependency and run dart run flutterfire_cli:flutterfire_dev.

However, the cli project uses an old version of the http package, which has dependency conflicts with most some of my packages.

frederikstonge avatar Apr 09 '24 14:04 frederikstonge