File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.0.7]
2
+
3
+ * Added week numbering feature
4
+
1
5
## [ 3.0.6]
2
6
3
7
* Fixed issue with missing Flutter Web platform tag
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Add the following line to `pubspec.yaml`:
32
32
33
33
``` yaml
34
34
dependencies :
35
- table_calendar : ^3.0.6
35
+ table_calendar : ^3.0.7
36
36
` ` `
37
37
38
38
### Basic setup
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ packages:
148
148
path: ".."
149
149
relative: true
150
150
source: path
151
- version: "3.0.6 "
151
+ version: "3.0.7 "
152
152
term_glyph:
153
153
dependency: transitive
154
154
description:
Original file line number Diff line number Diff line change 1
1
name : table_calendar
2
2
description : Highly customizable, feature-packed calendar widget for Flutter.
3
- version : 3.0.6
3
+ version : 3.0.7
4
4
author : Aleksander Woźniak <aleksanderwozniak96@gmail.com>
5
5
homepage : https://github.com/aleksanderwozniak/table_calendar
6
6
You can’t perform that action at this time.
0 commit comments