Because database depends on path_provider >=0.4.0 which requires the Flutter SDK, version solving failed.
Flutter path_provider and sdk version mismatch
i solved by the following steps
 i.flutter channel stable
 ii.run flutter upgrade
 iii.then run flutter clean
 iv.done with flutter pub get
 
 solved the error
