Mine seems to be working fine.Is anyone now having issues with Apple Watch? Mine disappeared.
Mine seems to be working fine.Is anyone now having issues with Apple Watch? Mine disappeared.
I had to reinstall it. It has received a facelift.Mine seems to be working fine.
This was oversimplified?!?The prior versions all used a “translation framework” (I’m oversimplifying here on purpose) called Flutter; the idea is that you write code once, and then can deploy it to both Android and iOS (and web, or other devices, or whatever).
The benefit is flexibility - no need to maintain multiple codebases, only have to build a feature once, fix a single bug, and so on.
The drawback is speed (because everything is a little slower due to it not using the “native” iOS APIs), consistency (because you are using neither Android nor iOS, really, but using a layer in between), and limits on how deep of the system you can use and access.
Basically, everything about a native app is superior, except that you have to maintain both it and an Android app separately.
I hate Flutter, because native apps just perform so much better; but for speed of development, I understand why people use Flutter. It lets you build both apps in “half the time” with “half the effort.”
But the technical debt you incur while doing that? That takes years to pay back.
I thought I've had this happen many times, but every time I had just taken it offIs anyone now having issues with Apple Watch? Mine disappeared.
OK, let me try again:This was oversimplified?!?
I understood all of those words!OK, let me try again:
old app bad. new app good; much better. such wow.
old app flutter like birds, but they've flown the coop.
new coop full of new, native birds, better suited for old land.
native birds live longer, fly faster and further, and require less food.
better?
You have to delete your old widgets, and reinstall them from this new version of the app. They should work flawlessly.I hope the widgets work now.
1.5hrs and the mid size widget still onYou have to delete your old widgets, and reinstall them from this new version of the app. They should work flawlessly.
Did your car originally get delivered with the 21” aero blades?I like the update. Need the correct wheels to show properly, at least the 20’s aren’t showing, instead shows 21” aero blades
<class 'vehicle_state_service_pb2.Vehicle'>:
…
Field 8, wheels: WHEELS_DREAM (1)
…
"userVehicleData": [
{
…
"wheels": "DREAM",
…
It has that new app smellThanks for the clarification! I'm wondering how you can tell that it's now a native iphone app?
How about in the form of a haiku?OK, let me try again:
old app bad. new app good; much better. such wow.
old app flutter like birds, but they've flown the coop.
new coop full of new, native birds, better suited for old land.
native birds live longer, fly faster and further, and require less food.
better?
Ask and ye shall receive.How about in the form of a haiku?
I didn't do it!Switching cars does not show correct color. GT is black (default color?) but the Pure is… orange?!? @hydbob lol
View attachment 20152
I will not stand for this Flutter slander!The prior versions all used a “translation framework” (I’m oversimplifying here on purpose) called Flutter; the idea is that you write code once, and then can deploy it to both Android and iOS (and web, or other devices, or whatever).
The benefit is flexibility - no need to maintain multiple codebases, only have to build a feature once, fix a single bug, and so on.
The drawback is speed (because everything is a little slower due to it not using the “native” iOS APIs), consistency (because you are using neither Android nor iOS, really, but using a layer in between), and limits on how deep of the system you can use and access.
Basically, everything about a native app is superior, except that you have to maintain both it and an Android app separately.
I hate Flutter, because native apps just perform so much better; but for speed of development, I understand why people use Flutter. It lets you build both apps in “half the time” with “half the effort.”
But the technical debt you incur while doing that? That takes years to pay back.