Files
engine/common
Jason Simmons 050dcaad60 Embed ICU data inside libflutter.so on Android (#7588)
Prior to this the Android embedder code would extract the icudtl.dat asset out
of the APK and write it to local disk during the first startup of the app.

This change will make that work unnecessary and eliminate the risk of ICU
failures due to errors in the extraction process.
2019-01-30 11:56:17 -08:00
..
2018-11-07 12:24:35 -08:00
2018-11-07 12:24:35 -08:00

Flutter Common

The bottom of the dependency graph for Flutter. Useful for static constants. Please don't put too much in here.