@twerske@APEALED@mickrich384 I would see this as the end of Flutter. At the same time, I see it as a problem that Flutter does have problems of maintaining UI widgets for the supported platforms โ which is certainly challenging. It is Flutterโs biggest weakness: having to replicate the native components.
@twerske In my opinion, more emphasis should be placed on Cupertino and Material widgets, so that Flutter apps really look like native apps when iOS or Android make changes to their UI components.
@madebygoogle Thanks for getting in touch with me. After turning off the phone over night, the phone behaves again as it should. Yesterday, after the update and rebooting it was not possible to swipe to open e.g Settings. Also scrolling in YT or X was extremely sluggish. The issue is solved.
We looked into this but for static site it effectively doubles your build time / size (need 1 .html, 1 .md for every route).
Iโm more bullish on the host/server being the right place for this logic to live. Cloudflare approach is correct imo and vercel/others will eventually follow suit. The idea of this being a single line of server config is just too compelling.
Weโll probably add support regardless, especially to make it easy for SSR sites that want to add this as runtime middleware, which doesnโt 2x your build (only static sites suffer from that).
In the meantime, thereโs nothing blocking you from adding this as middleware or a build-time integration! Would love to see more exploration here in userland as we figure out the right shape of this.
@FredKSchott Thank you so much for your detailed explanations. I host my website with Cloud Run. I've already considered a solution using nginx. Thanks again!
Time to consider not just human visitors, but to treat agents as first-class citizens. Cloudflareโs network now supports real-time content conversion to Markdown at the source using content negotiation headers.
https://t.co/B7wYH4PtA8
@photomatt@WordPress I think that developing with components makes the difference. WP Blocks are not the same. Maybe take a look at https://t.co/zXnypWgabl. It would really be great to benefit from the WP ecosystem but have modern web concepts.