Update README
This commit is contained in:
parent
c8214efdb9
commit
8d41e56399
1 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
_**Forked from https://github.com/GaspardMerten/date_field**_
|
||||||
|
|
||||||
# Welcome to the Date Field package! 📅
|
# Welcome to the Date Field package! 📅
|
||||||
|
|
||||||
[![pub package](https://img.shields.io/pub/v/date_field.svg)](https://pub.dev/packages/date_field)
|
[![pub package](https://img.shields.io/pub/v/date_field.svg)](https://pub.dev/packages/date_field)
|
||||||
|
@ -14,7 +16,6 @@ dependencies:
|
||||||
date_field: ^3.0.5
|
date_field: ^3.0.5
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Import the package in your Dart code.
|
Import the package in your Dart code.
|
||||||
|
|
||||||
```dart
|
```dart
|
||||||
|
@ -78,4 +79,4 @@ Contributions to this package are welcome! If you find a bug or have a feature r
|
||||||
|
|
||||||
Before submitting a pull request, please make sure to run the tests and ensure they all pass. Additionally, please follow the existing coding style and make sure your code is well-documented.
|
Before submitting a pull request, please make sure to run the tests and ensure they all pass. Additionally, please follow the existing coding style and make sure your code is well-documented.
|
||||||
|
|
||||||
Thank you for your contributions!
|
Thank you for your contributions!
|
||||||
|
|
Loading…
Reference in a new issue