Add link to request a feature
This commit is contained in:
parent
3018d261fb
commit
d45198694f
1 changed files with 11 additions and 0 deletions
|
@ -258,6 +258,17 @@ class SupportSectionWidget extends StatelessWidget {
|
|||
child: Column(children: [
|
||||
Padding(padding: EdgeInsets.all(12)),
|
||||
SettingsSectionTitle("SUPPORT"),
|
||||
GestureDetector(
|
||||
behavior: HitTestBehavior.translucent,
|
||||
onTap: () async {
|
||||
launch(Configuration.instance.getHttpEndpoint() +
|
||||
"/users/feedback?token=" +
|
||||
Configuration.instance.getToken());
|
||||
},
|
||||
child: SettingsTextItem(
|
||||
text: "Request Feature", icon: Icons.navigate_next),
|
||||
),
|
||||
Divider(height: 4),
|
||||
GestureDetector(
|
||||
behavior: HitTestBehavior.translucent,
|
||||
onTap: () async {
|
||||
|
|
Loading…
Add table
Reference in a new issue