Commit c3ef212
committed
refactor: remove legacy fallback for device_time
Removes the legacy fallback mechanism in the `device_time` extension that relied on `UnknownMethodException` and `GET_DEVICE_TIME_GET` / `GET_DEVICE_TIME_POST` commands. It now directly uses `execute_script('mobile: getDeviceTime')`. Cleans up unneeded imports, constants, and the `CanRememberExtensionPresence` mixin. Updated the associated tests to remove obsolete HTTP mocks.
Additionally fixes CI failures by pinning the flutter test app urls to the 0.0.33 release.1 parent aea391d commit c3ef212
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
249 | | - | |
| 248 | + | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
0 commit comments