-
Notifications
You must be signed in to change notification settings - Fork 6k
Make FlutterEngineGroup support more params (#107394) #34663
Conversation
shell/platform/android/io/flutter/embedding/engine/FlutterEngineGroup.java
Outdated
Show resolved
Hide resolved
|
It looks reasonable to me. Can we add a new test to verify that custom new params are passed to FlutterEngine? |
shell/platform/android/io/flutter/embedding/engine/FlutterEngineGroup.java
Show resolved
Hide resolved
|
Here's what I think. |
|
I'll fill in the test cases later |
shell/platform/android/io/flutter/embedding/engine/FlutterEngineGroup.java
Outdated
Show resolved
Hide resolved
|
cc @gaaclarke |
|
After offline discussions with @ColdPaleLight , I should add test cases for |
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.
I've done the first round of reviews on this PR.
@gaaclarke Would you mind taking a look when you have a change? :)
shell/platform/android/io/flutter/embedding/engine/FlutterEngineGroup.java
Outdated
Show resolved
Hide resolved
shell/platform/android/io/flutter/embedding/engine/FlutterEngineGroup.java
Outdated
Show resolved
Hide resolved
shell/platform/android/test/io/flutter/embedding/engine/FlutterEngineGroupComponentTest.java
Show resolved
Hide resolved
shell/platform/android/test/io/flutter/embedding/engine/FlutterEngineGroupComponentTest.java
Show resolved
Hide resolved
gaaclarke
left a comment
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.
LGTM, sorry I was out on vacation and missed this.
|
|
Validations Fail. |
ColdPaleLight
left a comment
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.
LGTM
flutter/flutter#107394
Pre-launch Checklist
writing and running engine tests.
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.