mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Rename the C++ style can_composite_platform_views and native_callback functions to the Dart-style identifiers canCompositePlatformViews and nativeCallback in the macOS desktop test fixtures. Also corrects the helper method identifier from CreateSimplePicture to _createSimplePicture, thus making it library-private to help readers understand it's a local helper. Ref: [Flutter Style Guide](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#naming) Ref: [Effective Dart](https://dart.dev/guides/language/effective-dart/style#do-name-other-identifiers-using-lowercamelcase)