hahafather007 / flutter_weather

🔥🔥🔥Flutter最美天气预报,多种自定义view动画,MaterialDesign风格🔥🔥🔥
Apache License 2.0
69 stars 23 forks source link

material 中的RefreshIndicator和依赖的pull_to_refresh中的RefreshIndicator冲突 #2

Closed memorycj closed 5 years ago

memorycj commented 5 years ago

lib/commom_import.dart:25:1: Error: 'RefreshIndicator' is exported from both 'package:flutter/src/material/refresh_indicator.dart' and 'package:pull_to_refresh/src/internals/indicator_wrap.dart'. export 'package:pull_to_refresh/pull_to_refresh.dart';

hahafather007 commented 5 years ago

直接把pull_to_refresh: ^1.1.6这个依赖删了,Flutter packages get一下,然后删除common_import.dart中的export 'package:pull_to_refresh/pull_to_refresh.dart'; 这个库反正也没用到,之前忘了删了