4 Commits

Author SHA1 Message Date
Francisco Magdaleno a68805bcf8 Listen to keyUp event on meta modified keys (#13984) 2019-12-02 16:17:19 -08:00
Francisco Magdaleno c0db9aa11f Remove device independent mask (#14010) 2019-11-25 14:55:12 -08:00
Francisco Magdaleno ef32890466 Send flag modified events to the framework (#13269) 2019-10-22 19:01:00 -07:00
stuartmorgan c3e9c14586 Rename macOS FLE* classes to Flutter* (#11010)
Renames all FLE* classes in the macOS embedding to Flutter*. With the exception
of -[FlutterDartProject engineSwitches], which is very clearly called out in the
comment, the APIs should be stable at this point, so the marker prefix is no
longer needed.

This is a breaking change for macOS embedders, but going forward breaking
changes at the source level for the macOS API should now be rare.

Some of these classes will likely merge with the iOS versions in the future (e.g.,
FlutterDartProject), but that will be an implementation detail that will not affect
clients.

Fixes flutter/flutter#31735
2019-08-14 15:53:17 -07:00