File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ group 'dev.linwood.lw_sysapi'
22version ' 1.0-SNAPSHOT'
33
44buildscript {
5- ext. kotlin_version = ' 1.7.22 '
5+ ext. kotlin_version = ' 2.2.21 '
66 repositories {
77 google()
88 mavenCentral()
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.7.10 '
2+ ext. kotlin_version = ' 2.2.21 '
33 repositories {
44 google()
55 mavenCentral()
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -all.zip
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pluginManagement {
2323
2424plugins {
2525 id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
26- id " com.android.application" version " 7.3.0 " apply false
26+ id( " com.android.application" ) version " 8.12.3 " apply false
2727}
2828
2929include " :app"
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ class _ExactSliderState extends State<ExactSlider> {
113113 floatingLabelAlignment: FloatingLabelAlignment .center,
114114 ),
115115 textAlign: TextAlign .center,
116+ keyboardType: TextInputType .number,
116117 controller: _controller,
117118 onEditingComplete: () => widget.onChangeEnd? .call (_value),
118119 onChanged: (value) =>
You can’t perform that action at this time.
0 commit comments