-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Rebuild packages/animations/example to enable macOS #105
Rebuild packages/animations/example to enable macOS #105
Conversation
How was this generated? Is this just deleting the |
@@ -37,12 +37,12 @@ android { | |||
} | |||
|
|||
defaultConfig { | |||
applicationId "dev.flutter.packages.animations.example" |
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.
Here and elsewhere: we should keep the more specific application ids.
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.
Reverted this change, by re-running flutter create --org=dev.flutter.packages.animations .
On cirrus we currently only check that ios and android continue to build. We probably need to add checks for other platforms as well if we add them. Otherwise this can just break without us noticing... |
I know nothing about how to setup Cirrus for web and macOS. Fwiw, the web version is currently broken. /cc @kevmoo for clues on what is required to fix all of this =) |
I have no experience w/ Cirrus. Wish I did, though!
…On Mon, Feb 24, 2020 at 3:07 PM Brett Morgan ***@***.***> wrote:
I know nothing about how to setup Cirrus for web and macOS. Fwiw, the web
version is currently broken.
/cc @kevmoo <https://github.com/kevmoo> for clues on what is required to
fix all of this =)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#105?email_source=notifications&email_token=AAAEFCTVCQ7XPYYYSKBIPKDRERHM3A5CNFSM4KY3UA5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMZ4GGY#issuecomment-590594843>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAEFCRRDWRADQV3HMN5MSDRERHM3ANCNFSM4KY3UA5A>
.
|
Avoids overdraw where possible for fills.
No description provided.