gap icon indicating copy to clipboard operation
gap copied to clipboard

[Question] Compilation error with version 2.0.2

Open Guillaume-Fortin opened this issue 2 years ago • 1 comments

I have a compilation error with version 2.0.2 of gap.

Error: Member not found: 'Scrollable.maybeOf'.
    final scrollableState = Scrollable.maybeOf(context);
                                       ^^^^^^^
Error: Compilation failed.

The method Scrollable.maybeOf only exist after Flutter 3.7.x.

Can you use Scrollable.maybeOf in a version 3.0.0 which has set minimum Flutter version to 3.7.0 and revert the modification on gap 2.0.3 ?

Actually in production, our application use Flutter 3.3.x and since 3 days, our CI/CD couldn't compile for this reason.

Guillaume-Fortin avatar Apr 17 '23 15:04 Guillaume-Fortin

u can use 2.0.1

NicholasVook avatar May 26 '24 02:05 NicholasVook