Skip to content

Commit

Permalink
added README info about apk sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Abner Oliveira committed Dec 17, 2019
1 parent 478959b commit 7fe3d6e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,23 @@ Based on jerryscript which is slower than quickjs. The jsengine package does not



## Small Apk size

A hello world flutter app, according flutter docs has 4.2 Mb or 4.6 Mb in size.

https://flutter.dev/docs/perf/app-size#android


Bellow you can see the apk sizes of the `example app` generated with *flutter_js*:

```bash

|master ✓| → flutter build apk --split-per-abi

✓ Built build/app/outputs/apk/release/app-armeabi-v7a-release.apk (5.4MB).
✓ Built build/app/outputs/apk/release/app-arm64-v8a-release.apk (5.9MB).
✓ Built build/app/outputs/apk/release/app-x86_64-release.apk (6.1MB).
```



Expand Down

0 comments on commit 7fe3d6e

Please sign in to comment.