some changes made

This commit is contained in:
Vansh Goel 2019-12-04 11:36:30 +05:30
parent 4564b45b03
commit 138076d754
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=/Users/vanshgoel/Development/Tools/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/vanshgoel/Development/Projects/Flutter/dicee-flutter"
export "FLUTTER_TARGET=/Users/vanshgoel/Development/Projects/Flutter/dicee-flutter/lib/main.dart"
export "FLUTTER_BUILD_DIR=build"
export "SYMROOT=${SOURCE_ROOT}/../build/ios"
export "FLUTTER_FRAMEWORK_DIR=/Users/vanshgoel/Development/Tools/flutter/bin/cache/artifacts/engine/ios"
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1"
export "TRACK_WIDGET_CREATION=true"

View File

@ -81,7 +81,7 @@ class _DicePageState extends State<DicePage> {
child: Padding(
padding: const EdgeInsets.all(30.0),
child: Text(
"Roll the Dices",
"Roll the Dice",
style: TextStyle(
fontSize: 20,
color: Colors.white,