dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.1k stars 1.56k forks source link

Android studio - Flutter - Dartz package #45620

Open ghost opened 3 years ago

ghost commented 3 years ago

@kmelliti commented on Apr 6, 2021, 10:15 AM UTC:

Steps to Reproduce

Greetings, I want to report an android studio related issue , when I use this library {https://pub.dev/packages/dartz} . the problem is whenever I try to use the Either<> return type along with a Future , I cannot import packages anymore like so Future<Either<Failure,EntityClass>> . Thank you

Version info

[✓] Flutter (Channel stable, 2.0.3, on macOS 11.2 20D64 darwin-x64, locale en-KW) [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2) [✓] Xcode - develop for iOS and macOS [✓] Chrome - develop for the web [✓] Android Studio (version 4.1) [✓] IntelliJ IDEA Community Edition (version 2020.3) [✓] Connected device (2 available)

• No issues found!

This issue was moved by stevemessick from flutter/flutter-intellij#5375.

keertip commented 3 years ago

/cc @stevemessick

RahemanAli321 commented 3 years ago

hii i am interested in open source contribution and i am begginer and i need your help if you have any community then add me i will give my best suggest me...

kmelliti commented 3 years ago

It turned out its not related to Dartz package. because even when I use something like Future<List<ObjectClass>> same thing happens