Replies: 23 comments 6 replies
-
This reminds me, this PR needs to be updated and merged: #2963 |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
Is it my impression or this monorepo problem could be solved with a new feature into the Dart dependecy system? Like adding a new parameter to I am not experienced with monorepos, otherwise I would make a suggestion under the pub repo. Your close contact with google would sure help with this. |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
Hey @feinstein - I will be shipping a new version of |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
I think it is, any tests you want me to run? |
Beta Was this translation helpful? Give feedback.
-
A good test is rename this method to anything or comment it out: https://github.com/FirebaseExtended/flutterfire/blob/master/packages/firebase_core/firebase_core/lib/src/firebase.dart#L40 - Dart Analysis warnings should appear for a lot of packages that are relying on Alt+Shift+F10 on IntelliJ on Windows should also bring up a run dialog with a bunch of scripts based on the ones defined in |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
Great thanks for confirming. I just published a quick release with a temporary fix. Will look at parsing |
Beta Was this translation helpful? Give feedback.
-
Oh forgot you guys are in the UK, no problem, let me know if you want me to open an issue at the |
Beta Was this translation helpful? Give feedback.
-
Just a FYI on the quick fix, the |
Beta Was this translation helpful? Give feedback.
-
Forgot to mention, I pushed up a new build of melos late Monday; you should be seeing a whole lot more run configs, you can start typing when that dialog is up to easily filter, e.g. 'admob'. I've been using Android Studio now as my default editor for FlutterFire since Monday and everything seems to be ok. |
Beta Was this translation helpful? Give feedback.
-
The Flutter repo has under the flutter tool
flutter update-packages
so all the nested folders withpubspec.yaml
would havepub get
called automatically. Alsoflutter ide-config --overwrite
would set it up for IntelliJ IDEA.Are there any tools for this repo as well? I can't find anything in the contributing docs. How do you guys do it? What's your workflow on this?
If there are tools, then the docs should describe them. If there aren't so maybe we should make them. Anything that helps on this matter is useful for contributing, because when I pull the git commits, that's how I get my IDE:
The red folders means they are all ignored by the IDE.
If I mark them to not be ignored I get tons of errors:
Beta Was this translation helpful? Give feedback.
All reactions