-
Notifications
You must be signed in to change notification settings - Fork 52
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
Comments
Similar as #223 |
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. |
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?
Thank you for your contributions. |
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?
Thank you for your contributions. |
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?
Thank you for your contributions. |
Not stale |
Hey @cedvdb - I'm in favour of making this a dev dependency, but not sure if that would work when we call flutterfire from Xcode build phaes. e.g. https://github.com/invertase/flutterfire_cli/blob/main/packages/flutterfire_cli/lib/src/firebase/firebase_apple_writes.dart#L376 Happy to take a look at a PR if you were interested in trying to get this over the line |
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?
Thank you for your contributions. |
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:
Reasoning
I want to lock the version.
Additional context and comments
No response
The text was updated successfully, but these errors were encountered: