Skip to content

Commit 78accc6

Browse files
authored
Merge pull request #20 from gtt-project/dev-keyboard-type
supports TextInputType.url in url field
2 parents d27b20c + d8c9903 commit 78accc6

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

lib/com/hydrologis/smash/import_export_plugins/utils/gss_2022_utilities.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ class Gss2022SettingsState extends State<Gss2022Settings>
532532
.settings_serverUrlStartWithHttp; //"Server url needs to start with http or https."
533533
}
534534
},
535+
keyboardType: TextInputType.url,
535536
)),
536537
],
537538
),

lib/com/hydrologis/smash/import_export_plugins/utils/gss_utilities.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,7 @@ class GssSettingsState extends State<GssSettings> with AfterLayoutMixin {
638638
.settings_serverUrlStartWithHttp; //"Server url needs to start with http or https."
639639
}
640640
},
641+
keyboardType: TextInputType.url,
641642
)),
642643
],
643644
),

lib/com/hydrologis/smash/import_export_plugins/utils/gtt_utilities.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ class GttSettingsState extends State<GttSettings> with AfterLayoutMixin {
586586
.settings_serverUrlStartWithHttp; //"Server url needs to start with http or https."
587587
}
588588
},
589+
keyboardType: TextInputType.url,
589590
)),
590591
],
591592
),

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
# path: ../smashlibs/
2525
git:
2626
url: https://github.com/moovida/smashlibs.git
27-
ref: ecc1d3e
27+
ref: 5da9602
2828

2929

3030
# apache 2

0 commit comments

Comments
 (0)