-
Notifications
You must be signed in to change notification settings - Fork 28.7k
Teach flutter init how to depend on flutter using a relative path #51
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
Conversation
121d1e9
to
1e2c4d9
Compare
@@ -155,6 +156,7 @@ class ArtifactStore { | |||
return null; | |||
} | |||
|
|||
static String flutterRoot; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe note that these are inited on startup from FlutterCommandRunner
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea. Having these in statics is kind of wonky. I bet there's a better way to do it.
lgtm! We'll need to update docs to clarify how users should get getting the flutter repo and setting up env. variables and such. |
The end-user won't need to set up any env variables. The
|
1e2c4d9
to
2710e0f
Compare
Teach flutter init how to depend on flutter using a relative path
No description provided.