• A
    Clarify which source files are part of Flutter.framework (#2630) · d980ee5d
    Adam Barth 提交于
    All the headers for Flutter.framework are now in framework/Headers and all the
    source files for Flutter.framework are now in framework/Source. Previously it
    was unclear that FlutterAppDelegate and main_ios.mm weren't part of
    Flutter.framework. (They still build as part of the framework, but that's
    something I'll fix in a later patch.)
    d980ee5d
FlutterDartProject.mm 4.7 KB