This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ class PlatformDispatcher {
182
182
///
183
183
/// While the properties on the referenced [FlutterView] may change,
184
184
/// the reference itself is guaranteed to never change over the lifetime
185
- /// of the application: If this property is null at startup, it will remain
185
+ /// of the application: if this property is null at startup, it will remain
186
186
/// so throughout the entire lifetime of the application. If it points to a
187
187
/// specific [FlutterView] , it will continue to point to the same view until
188
188
/// the application is shut down (although the engine may replace or remove
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ class EnginePlatformDispatcher extends ui.PlatformDispatcher {
162
162
///
163
163
/// While the properties on the referenced [FlutterView] may change,
164
164
/// the reference itself is guaranteed to never change over the lifetime
165
- /// of the application: If this property is null at startup, it will remain
165
+ /// of the application: if this property is null at startup, it will remain
166
166
/// so throughout the entire lifetime of the application. If it points to a
167
167
/// specific [FlutterView] , it will continue to point to the same view until
168
168
/// the application is shut down (although the engine may replace or remove
You can’t perform that action at this time.
0 commit comments