Browse Source

Updated README to include need for MonthYearPickerLocalizations.delegate

zulfahmi93-master^2^2
Fabian B 2 years ago
parent
commit
bc4b8f653c
  1. 6
      README.md

6
README.md

@ -21,6 +21,12 @@ The month year picker inspired by the Flutter's date picker design.
```dart
import 'package:month_year_picker/month_year_picker.dart';
```
Additionally, ensure your MaterialApp refers to the following `localizationsDelegates`:
```
GlobalMaterialLocalizations.delegate,
MonthYearPickerLocalizations.delegate,
```
4. Usage in code:

Loading…
Cancel
Save