Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CLOUARD Regis
Vikazimut-App
Commits
76ac657d
Commit
76ac657d
authored
Aug 09, 2021
by
Clouard Regis
Browse files
Turning up to Android 11
Turning up to Android 11
parent
4770a588
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
76ac657d
...
...
@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Changed
-
Turning up to Android 11
## 97 [3.1.1] - 2021-08-08
### Fixed
...
...
CONTRIBUTING.md
View file @
76ac657d
...
...
@@ -51,8 +51,7 @@ L'installation se fait par la commande Shell :
flutter pub run flutter_native_splash:create
```
La construction de l'APK finale :
La construction de l'archive finale :
```
flutter build appbundle --release --obfuscate --split-debug-info=./debug/
...
...
android/app/build.gradle
View file @
76ac657d
...
...
@@ -32,6 +32,7 @@ if (keystorePropertiesFile.exists()) {
android
{
compileSdkVersion
31
// ndkVersion "21.3.6528147"
lintOptions
{
disable
'InvalidPackage'
...
...
@@ -64,6 +65,8 @@ android {
// Android Gradle plugin.
shrinkResources
true
proguardFiles
getDefaultProguardFile
(
'proguard-android-optimize.txt'
),
'proguard-rules.pro'
ndk
{
debugSymbolLevel
'SYMBOL_TABLE'
}
}
}
}
...
...
android/app/src/main/AndroidManifest.xml
View file @
76ac657d
...
...
@@ -36,7 +36,8 @@
android:theme=
"@style/LaunchTheme"
android:configChanges=
"orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated=
"true"
android:windowSoftInputMode=
"adjustResize"
>
android:windowSoftInputMode=
"adjustResize"
android:exported=
"true"
>
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
while the Flutter UI initializes. After that, this theme continues
...
...
pubspec.yaml
View file @
76ac657d
...
...
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version
:
3.1.
1
+9
7
version
:
3.1.
2
+9
8
environment
:
sdk
:
"
>=2.12.0
<3.0.0"
...
...
@@ -23,9 +23,8 @@ environment:
dependencies
:
flutter
:
sdk
:
flutter
mockito
:
^5.0.14
provider
:
^5.0.0
mockito
:
^5.0.14
shared_preferences
:
^2.0.5
path_provider
:
^2.0.2
...
...
@@ -40,8 +39,9 @@ dependencies:
http
:
^0.13.3
url_launcher
:
^6.0.9
# Encrypt images
archive
:
^3.1.2
encrypt
:
^5.0.
0
encrypt
:
^5.0.
1
# database
floor
:
^1.1.0
...
...
@@ -105,11 +105,11 @@ flutter:
assets
:
-
assets/images/
-
assets/icons/
-
i18n/
-
i18n/manual/
-
assets/sound/success.mp3
-
assets/sound/failure.mp3
-
assets/sound/alarm.mp3
-
i18n/
-
i18n/manual/
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
...
...
@@ -130,4 +130,3 @@ flutter:
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment