Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2023-10-22 15:41:05 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
66492e165b53d08d6321f184cf731912138fcead
66492e16
1 parent
9b68eaaf
update comments in Android example app
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
example/android/app/src/debug/AndroidManifest.xml
example/android/app/src/main/res/values-night/styles.xml
example/android/app/src/main/res/values/styles.xml
example/android/app/src/profile/AndroidManifest.xml
example/android/gradle/wrapper/gradle-wrapper.properties
example/android/app/src/debug/AndroidManifest.xml
View file @
66492e1
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<!-- Flutter needs it to communicate with the running application
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission
android:name=
"android.permission.INTERNET"
/>
...
...
example/android/app/src/main/res/values-night/styles.xml
View file @
66492e1
...
...
@@ -3,7 +3,7 @@
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
<style
name=
"LaunchTheme"
parent=
"@android:style/Theme.Black.NoTitleBar"
>
<!-- Show a splash screen on the activity. Automatically removed when
Flutter
draws its first frame -->
the Flutter engine
draws its first frame -->
<item
name=
"android:windowBackground"
>
@drawable/launch_background
</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
...
...
example/android/app/src/main/res/values/styles.xml
View file @
66492e1
...
...
@@ -3,7 +3,7 @@
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
<style
name=
"LaunchTheme"
parent=
"@android:style/Theme.Light.NoTitleBar"
>
<!-- Show a splash screen on the activity. Automatically removed when
Flutter
draws its first frame -->
the Flutter engine
draws its first frame -->
<item
name=
"android:windowBackground"
>
@drawable/launch_background
</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
...
...
example/android/app/src/profile/AndroidManifest.xml
View file @
66492e1
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<!-- Flutter needs it to communicate with the running application
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission
android:name=
"android.permission.INTERNET"
/>
...
...
example/android/gradle/wrapper/gradle-wrapper.properties
View file @
66492e1
#Tue Jun 27 18:47:05 CEST 2023
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.1.1-bin.zip
...
...
Please
register
or
login
to post a comment