alibaba / fish-redux

An assembled flutter application framework.
https://github.com/alibaba/fish-redux
Apache License 2.0
7.33k stars 843 forks source link

0.3.2版本还是报Page重名错误 #646

Closed buxiaojiong closed 4 years ago

buxiaojiong commented 4 years ago

src/redux_component/page.dart 中 import 'package:flutter/widgets.dart' hide Action; 没有hide Page

zjuwjf commented 4 years ago

有相关编译错误么?

buxiaojiong commented 4 years ago

{ "resource": "/Users/boxiaojiong/Desktop/ClientApp/lib/airconditioning_manager/ac_detail/ac_detail_page.dart", "owner": "dart", "code": "ambiguous_import", "severity": 8, "message": "The name 'Page' is defined in the libraries 'package:fish_redux/src/redux_component/page.dart' and 'package:flutter/src/widgets/navigator.dart (via package:flutter/widgets.dart)'.\nTry using 'as prefix' for one of the import directives, or hiding the name from all but one of the imports.", "source": "dart", "startLineNumber": 96, "startColumn": 28, "endLineNumber": 96, "endColumn": 32, "tags": [] }

zjuwjf commented 4 years ago

647

如有问题,欢迎随时reopen。