bhrott / flutter-masked-text

A masked text for Flutter.

Home Page:https://pub.dartlang.org/packages/flutter_masked_text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Dart greater than 2.0.0

codegrue opened this issue · comments

You restrict it currently to only <=2.0.0. Dart 2.1.0 was released today on the master branch.

Suggestion:

environment:
sdk: ">=1.23.0 <3.0.0"

Done in 0.6.0.
Thanks =)