Tag: flutter
All the articles with the tag "flutter".
How Does a Flutter Module Get a Token From the Native Host When the App Has Many Modules?
A Flutter package needs the host app's auth token. Every obvious answer — a MethodChannel, importing AppCore — points the dependency the wrong way. The fix is to stop passing the token.
I Made Messages Load Fast. So Why Does Scrolling Still Stutter?
My messages loaded in double-digit milliseconds and scrolling still stuttered. A frame-pipeline deep dive, with measured numbers from a real chat workload.
Flutter, React Native or Native: Is the Framework Really Why Your App Is Slow?
Snapchat was slow in native. Discord is fast on React Native. Evidence from a dozen engineering teams — plus my own A/B experiment — on what actually makes apps slow.