简体   繁体   中英

Where to find Flutter Engine source?

I am developing an app that displays PDFs, found that Flutter paragraph layout method is so slow, I want to check native Android and iOS source of layout method, where can I find it?

https://api.flutter.dev/flutter/dart-ui/Paragraph/layout.html

There are many git repository for it. But you should choose most trusted link given below.

git clone https://chromium.googlesource.com/external/github.com/flutter/engine

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM