Skip to content

Commit

Permalink
Merge pull request #14 from linah31/main
Browse files Browse the repository at this point in the history
difficulty
  • Loading branch information
moha-b authored Sep 2, 2022
2 parents 22516b8 + 3b11fd8 commit 1da5a84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions lib/Layouts/Pages/page_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -109,22 +109,23 @@ class _SettingsState extends State<Settings> {
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: [
ElevatedButton(onPressed: (){
// TODO: Edit here
velocity=2.5;
},
style: ElevatedButton.styleFrom(
primary: Colors.green.shade300,
), child: Text("Easy",style: TextStyle(fontSize: 20,fontFamily: "Magic4")),),
ElevatedButton(onPressed: (){
// TODO: Edit here
velocity=3.0;
},style: ElevatedButton.styleFrom(
primary: Colors.yellow.shade700,
), child: Text("Medium",style: TextStyle(fontSize: 20,fontFamily: "Magic4")),),
ElevatedButton(onPressed: (){
// TODO: Edit here
velocity=3.5;
},
style: ElevatedButton.styleFrom(
primary: Colors.red.shade300,
), child: Text("Hard",style: TextStyle(fontSize: 20,fontFamily: "Magic4")),),

],
),
SizedBox(height: 20,),
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "46.0.0"
version: "47.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "4.6.0"
version: "4.7.0"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -727,14 +727,14 @@ packages:
name: webview_flutter_android
url: "https://pub.dartlang.org"
source: hosted
version: "2.9.5"
version: "2.10.0"
webview_flutter_platform_interface:
dependency: transitive
description:
name: webview_flutter_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.2"
version: "1.9.3"
webview_flutter_wkwebview:
dependency: transitive
description:
Expand Down

0 comments on commit 1da5a84

Please sign in to comment.