Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.memory
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
android
org.benoitharrault.memory
Commits
b90b182f
Commit
b90b182f
authored
4 years ago
by
Benoît Harrault
Browse files
Options
Downloads
Patches
Plain Diff
Remove "rate us" button
parent
dace2fae
No related branches found
No related tags found
1 merge request
!4
Resolve "Remove "rate us" button"
Pipeline
#857
passed
4 years ago
Stage: update
Stage: build-debug
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
android/gradle.properties
+2
-2
2 additions, 2 deletions
android/gradle.properties
lib/main.dart
+0
-23
0 additions, 23 deletions
lib/main.dart
with
2 additions
and
25 deletions
android/gradle.properties
+
2
−
2
View file @
b90b182f
...
@@ -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
This diff is collapsed.
Click to expand it.
lib/main.dart
+
0
−
23
View file @
b90b182f
...
@@ -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
),),
),
),
],
],
)
)
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment