颤动:await卡住后调用新屏幕

时间:2018-04-17 20:04:24

标签: flutter

我正在使用barcode_scan库。扫描条形码后,我调用Navigator推出一个新屏幕,新屏幕卡住了。在这里你有一个screenshot所以你可以看到它。

这是我的代码:

Future scan() async {
try {
  String barcode = await BarcodeScanner.scan();
  Navigator.of(context).pushNamed('/restaurant_menu_screen_2');
  ...

1 个答案:

答案 0 :(得分:0)

我在这里找到了一个解决方法:https://github.com/flutter/flutter/issues/13818

@ApiMethod(name = "save", httpMethod = HttpMethod.POST)
public GBoolean save(GChemin gChemin)
    {
    // Work with gChemin
    }