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

Remove "rate us" button

parent dace2fae
No related branches found
No related tags found
1 merge request!4Resolve "Remove "rate us" button"
Pipeline #857 passed
...@@ -2,5 +2,5 @@ org.gradle.jvmargs=-Xmx1536M ...@@ -2,5 +2,5 @@ org.gradle.jvmargs=-Xmx1536M
android.enableR8=true android.enableR8=true
android.useAndroidX=true android.useAndroidX=true
android.enableJetifier=true android.enableJetifier=true
app.versionName=1.0.1 app.versionName=1.0.2
app.versionCode=2 app.versionCode=3
...@@ -124,29 +124,6 @@ class _HomeState extends State<Home> { ...@@ -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