Skip to content
Snippets Groups Projects
Commit e8751df4 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Merge branch '4-remove-rate-us-button' into 'master'

Resolve "Remove "rate us" button"

Closes #4

See merge request !4
parents dace2fae b90b182f
No related branches found
No related tags found
1 merge request!4Resolve "Remove "rate us" button"
Pipeline #859 canceled
......@@ -2,5 +2,5 @@ org.gradle.jvmargs=-Xmx1536M
android.enableR8=true
android.useAndroidX=true
android.enableJetifier=true
app.versionName=1.0.1
app.versionCode=2
app.versionName=1.0.2
app.versionCode=3
......@@ -124,29 +124,6 @@ class _HomeState extends State<Home> {
),),
),
),
SizedBox(height: 20,),
GestureDetector(
onTap: (){
// TODO
},
child: Container(
height: 50,
width: 200,
alignment: Alignment.center,
decoration: BoxDecoration(
border: Border.all(
color: Colors.blue,
width: 2
),
borderRadius: BorderRadius.circular(24),
),
child: Text("Rate Us", style: TextStyle(
color: Colors.blue,
fontSize: 17,
fontWeight: FontWeight.w500
),),
),
),
],
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment