File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.1.1]
2
+
3
+ * Fixed iOS overscroll bug
4
+ * Updated example's dependencies
5
+
1
6
## [ 0.1.0]
2
7
3
8
* NEW: Initial Release.
Original file line number Diff line number Diff line change 3
3
<component name =" NewModuleRootManager" inherit-compiler-output =" true" >
4
4
<exclude-output />
5
5
<content url =" file://$MODULE_DIR$" >
6
+ <excludeFolder url =" file://$MODULE_DIR$/.dart_tool" />
6
7
<excludeFolder url =" file://$MODULE_DIR$/.idea" />
7
8
<excludeFolder url =" file://$MODULE_DIR$/.pub" />
8
9
<excludeFolder url =" file://$MODULE_DIR$/build" />
10
+ <excludeFolder url =" file://$MODULE_DIR$/example/.dart_tool" />
11
+ <excludeFolder url =" file://$MODULE_DIR$/example/.pub" />
12
+ <excludeFolder url =" file://$MODULE_DIR$/example/build" />
9
13
</content >
10
14
<orderEntry type =" sourceFolder" forTests =" false" />
11
15
<orderEntry type =" library" name =" Dart Packages" level =" project" />
Original file line number Diff line number Diff line change 1
1
name : numberpicker
2
- version : 0.1.0
2
+ version : 0.1.1
3
3
description : NumberPicker is a widget allowing user to choose numbers by scrolling spinners.
4
4
author :
Marcin Szalek <[email protected] >
5
5
homepage : https://github.com/MarcinusX/NumberPicker
You can’t perform that action at this time.
0 commit comments