jonataslaw / readmore

A Flutter plugin than allow expand and collapse text dynamically
MIT License
257 stars 79 forks source link

Support Flutter v2.0 #14

Closed juanagu closed 3 years ago

juanagu commented 3 years ago

Hello I'm trying to use readmore with the new stable flutter version but I have the next error:

../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/readmore-1.0.1/lib/readmore.dart:82:58: Error: No named parameter with the name 'nullOk'. widget.locale ?? Localizations.localeOf(context, nullOk: true); ^^^^^^

epynic commented 3 years ago

check https://github.com/epynic/readmore/tree/patch-1

  readmore:
    git: 
      url: git://github.com/epynic/readmore
karabanovbs commented 3 years ago

duplicate #13

umitmutluu commented 3 years ago

I Have duplicate error when will be solve this problem

sajanyamaha commented 3 years ago

check https://github.com/epynic/readmore/tree/patch-1

  readmore:
    git: 
      url: git://github.com/epynic/readmore

when will this change be published ?

juanagu commented 3 years ago

15