Commit 9a7f962
authored
faq: replace stale engine-size claim with real numbers (#535)
* faq: replace stale "<1 MB" engine overhead claim with real numbers
Closes #19.
The existing "less than one megabyte" figure in the code-push FAQ never
matched reality — Shorebird ships its own Flutter engine build with the
patching runtime included, and the actual overhead is in the 1–5 MB range
depending on platform and whether you're measuring on-disk or download.
Replace the claim with a table of concrete stripped sizes (Shorebird vs.
stock Flutter, on-disk and download, iOS and Android) for the current
Flutter 3.41.7 engine, plus a note that earlier engines were larger so
the numbers get better over time.
* faq: drop store-thinning caveat — doesn't apply to engine binary1 parent 3c59509 commit 9a7f962
1 file changed
Lines changed: 22 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
338 | 356 | | |
339 | 357 | | |
340 | 358 | | |
| |||
0 commit comments