Skip to content

Commit cf574ec

Browse files
Update README.md
1 parent e96aeae commit cf574ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Flutter Date Picker Library that provides a calendar as a horizontal timeline.
1212

1313
Import the following package in your dart file
1414

15-
```
15+
```dart
1616
import 'package:date_picker_timeline/date_picker_timeline.dart';
1717
```
1818

1919
## Usage
2020

2121
Use the `DatePickerTimeline` Widget
2222

23-
```
23+
```dart
2424
Column(
2525
mainAxisAlignment: MainAxisAlignment.center,
2626
children: <Widget>[
@@ -37,7 +37,7 @@ Use the `DatePickerTimeline` Widget
3737

3838
##### Constructor:
3939

40-
```
40+
```dart
4141
DatePickerTimeline(
4242
this.currentDate, {
4343
Key key,
@@ -62,4 +62,4 @@ Author
6262
Contributors
6363
------------
6464
* [BradInTheUSA](https://github.com/bradintheusa)
65-
* [Roger](https://github.com/rogermedeirosdasilva)
65+
* [Roger](https://github.com/rogermedeirosdasilva)

0 commit comments

Comments
 (0)