Skip to content

不支持flutter1.0 #4

@jy4618272

Description

@jy4618272

编译报错:
NavigatorState navState = Navigator.of(globalKeyForRouter.currentContext);
List<Route> navHistory = navState.history;

history在flutter1.0及其以上版本已经是私有变量了;

运行时报错:
Field privateField0 = FlutterView.class.getDeclaredField("mDiscoveryReceiver");
mDiscoveryReceiver在新版本引擎中已经不存在该定义了。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions