invertase / flutterfire_cli

A CLI to help with using FlutterFire in your Flutter applications.
Apache License 2.0
173 stars 49 forks source link

request: Let flutterfire_cli be installable as dev dependency #242

Open cedvdb opened 11 months ago

cedvdb commented 11 months ago

Is there an existing feature request for this?

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

EArminjon commented 11 months ago

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

frederikstonge commented 7 months ago

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.

github-actions[bot] commented 2 months ago

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

github-actions[bot] commented 1 month ago

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

vanyasem commented 1 month ago

Not stale

github-actions[bot] commented 6 days ago

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

cedvdb commented 6 days ago

Not stale