반응형
: Error: 'ModalBottomSheetRoute' is imported from both 'package:flutter/src/material/bottom_sheet.dart' and 'package:modal_bottom_sheet/src/bottom_sheet_route.dart'.
material_with_modal_page_route.dart:4
import '../modal_bottom_sheet.dart';
^^^^^^^^^^^^^^^^^^^^^
: Error: 'ModalBottomSheetRoute' is imported from both 'package:flutter/src/material/bottom_sheet.dart' and 'package:modal_bottom_sheet/src/bottom_sheet_route.dart'.
material_bottom_sheet.dart:28
.push(ModalBottomSheetRoute<T>(
^^^^^^^^^^^^^^^^^^^^^
: Error: A value of type 'Object?' can't be returned from an async function with return type 'Future<T?>'.
material_bottom_sheet.dart:50
- 'Object' is from 'dart:core'.
- 'Future' is from 'dart:async'.
return result;
^
https://pub.dev/packages/modal_bottom_sheet
pubspec.yaml 의 dependencies에서 modal_bottom_sheet: ^2.1.2 -> 3.0.0-pre 로 바꾸자
반응형
참고 Stackoverflow
https://stackoverflow.com/questions/74751803/error-modalbottomsheetroute-is-imported-from-both
잘 된다 끗
반응형