Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.0.0 #383

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .run/debug.run.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration name="debug" default="false" factoryName="Flutter"
type="FlutterRunConfigurationType">
<option name="additionalArgs" value="--no-enable-impeller" />
<option name="filePath" value="$PROJECT_DIR$/lib/main.dart" />
<method v="2" />
</configuration>
Expand Down
8 changes: 0 additions & 8 deletions .run/integration_test.run.xml

This file was deleted.

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# 1.12.1 - 2025-01-31
## 1.12.1 - 2025-01-31

### Added

Expand Down
5 changes: 3 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ analyzer:
plugins:
- custom_lint
language:
strict-inference: true # Force to specify generic types
strict-inference: true

linter:
rules:
- require_trailing_commas
- public_member_api_docs
- prefer_relative_imports
- always_put_control_body_on_new_line
- curly_braces_in_flow_control_structures
- curly_braces_in_flow_control_structures
- unawaited_futures
1 change: 1 addition & 0 deletions android/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ gradle-wrapper.jar
/gradlew.bat
/local.properties
GeneratedPluginRegistrant.java
app/.cxx

# Remember to never publicly share your keystore.
# See https://flutter.dev/to/reference-keystore
Expand Down
11 changes: 0 additions & 11 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ android {
targetSdk = flutter.targetSdkVersion
versionCode = flutter.versionCode
versionName = flutter.versionName
testInstrumentationRunner "pl.leancode.patrol.PatrolJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: "true"
}

signingConfigs {
Expand All @@ -77,14 +75,6 @@ android {
release {
signingConfig signingConfigs.release
}

debug {
minifyEnabled false
}
}

testOptions {
execution "ANDROIDX_TEST_ORCHESTRATOR"
}
}

Expand All @@ -94,7 +84,6 @@ flutter {

dependencies {
implementation 'com.android.support:multidex:2.0.1'
androidTestUtil 'androidx.test:orchestrator:1.5.1'
// required by flutter_secure_storage
implementation 'com.google.errorprone:error_prone_annotations:2.36.0'
// required by flutter_secure_storage
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@
<data android:mimeType="text/plain" />
</intent>
</queries>

<uses-permission android:name="android.permission.USE_BIOMETRIC" />
</manifest>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions devtools_options.yaml

This file was deleted.

Loading