Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

request: Let flutterfire_cli be installable as dev dependency #242

Open
1 task done
cedvdb opened this issue Dec 9, 2023 · 2 comments
Open
1 task done

request: Let flutterfire_cli be installable as dev dependency #242

cedvdb opened this issue Dec 9, 2023 · 2 comments
Labels

Comments

@cedvdb
Copy link

cedvdb commented Dec 9, 2023

Is there an existing feature request for this?

  • 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 cedvdb added the triage label Dec 9, 2023
@EArminjon
Copy link

Similar as #223

@frederikstonge
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants