simon-void / pikaday_datepicker

Provides an Angular2 datepicker component by wrapping the lightweight pikaday js-library.
Other
4 stars 0 forks source link

Any plans to update this library to Dart 2.0? #1

Open martflu opened 6 years ago

simon-void commented 6 years ago

Well, you seem to be interested in it, so i guess i have too :)

simon-void commented 6 years ago

Alternatively the material design package has now a DatePicker as well. But i'll take a look at what it takes to update this package now.

simon-void commented 6 years ago

Please checkout version 3.0.0 of the package. Because of a new naming convention the import path of the package changed from import 'package:pikaday_datepicker/pikaday_wrapper.dart'; to import 'package:pikaday_datepicker/pikaday_datepicker.dart';

I'm not sure how the new dev-compiler works but, building the final html worked. Does it work for you?