ArcticZeroo / flutter-search-bar

(mostly) Automatic search-enabled appBar for flutter
BSD 3-Clause "New" or "Revised" License
266 stars 69 forks source link

No support for dart version > 2.0.0 #24

Closed foosionsapps closed 6 years ago

foosionsapps commented 6 years ago

environment: sdk: '>=1.20.1 <=2.0.0'

I'm using Dart version 2.1.0-dev.1.0 and when I want to update the library to the latest version I get this error: The current Dart SDK version is 2.1.0-dev.1.0.flutter-69fce633b7.

Because "your app" depends on flutter_search_bar >=1.0.3 which requires SDK version >=1.20.1 <=2.0.0, version solving failed. pub get failed (1)

robert-stevens commented 6 years ago

@ArcticZeroo bump

Atulin commented 6 years ago

Wanted to use it as well, noticed the same thing. Bump.

ArcticZeroo commented 6 years ago

Sorry for missing this, github notifications have been flooded from work. This is done in https://github.com/ArcticZeroo/flutter-search-bar/commit/143a9f73aaec9fd86d3b51701ee7a4a35513b6c9 , the search bar now supports up to dart 3 (I suppose there shouldn't need to really be a limit but it works, so)