Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutter": "3.32.0",
"flutter": "3.32.8",
"flavors": {}
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"dart.flutterSdkPath": ".fvm/flutter_sdk"
"dart.flutterSdkPath": ".fvm/versions/3.32.8"
}
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div align="center">

[![Flutter](https://img.shields.io/badge/Flutter-3.32-blue)](https://docs.flutter.dev/release/whats-new#flutter-332)
[![Flutter](https://img.shields.io/badge/Flutter-3.32.8-blue)](https://docs.flutter.dev/release/whats-new#flutter-332)
[![Dart](https://img.shields.io/badge/Dart-3.8.0-blue)](https://dart.dev/guides/whats-new#dart-380)
[![License](https://img.shields.io/github/license/HE-LU/flutter-template)](LICENSE)

Expand All @@ -11,7 +11,6 @@
<div align="center">

[![CodeCheck](https://github.com/HE-LU/flutter-template/actions/workflows/flutter_project_codecheck_android.yml/badge.svg)](https://github.com/HE-LU/flutter-template/actions/workflows/flutter_project_codecheck_android.yml)
[![CodeRabbit Pull Request Reviews](https://img.shields.io/coderabbit/prs/github/HE-LU/flutter-template?utm_source=oss&utm_medium=github&utm_campaign=HE-LU%2Fflutter-template&labelColor=171717&color=FF570A)](#)

</div>

Expand Down Expand Up @@ -71,13 +70,15 @@

- [Authors](#authors)


<!-- ################################################## -->
<!-- ####### Project Notes ####### -->
<!-- ################################################## -->
# Project notes

- Notes that could be beneficial to know during the development.
- For example list of test accounts, required credentials, steps required to get testing account, etc.
<!-- ################################################## -->


<!-- ################################################## -->
Expand All @@ -92,6 +93,7 @@ These are our four core values:
- **Innovation** - We encourage creativity and innovation within the Flutter team. Support an environment where team members feel comfortable suggesting new ideas, experimenting with different approaches, and finding new solutions to problems.
<!-- ################################################## -->


<!-- ################################################## -->
<!-- ######## First steps ######## -->
<!-- ################################################## -->
Expand All @@ -114,6 +116,7 @@ These are our four core values:
9. - [ ] Go through all the ToDo's inside the project, and react to them.
<!-- ################################################## -->


<!-- ################################################## -->
<!-- ########## Project ########## -->
<!-- ################################################## -->
Expand Down Expand Up @@ -199,6 +202,7 @@ For Google sign in:
- for iOS, you have to copy value from `REVERSED_CLIENT_ID` from `GoogleService-Info.plist` into `GOOGLE_REVERSED_CLIENT_ID` in build settings.
<!-- ################################################## -->


<!-- ################################################## -->
<!-- ########## Build and Distribution ########## -->
<!-- ################################################## -->
Expand Down Expand Up @@ -407,6 +411,7 @@ To be able to use the firebase provider for Apple login, we need to do some conf
- The app will crash, and you will see the error message `[CustomException] Received error PlatformException(google_sign_in, Your app is missing support for the following URL schemes: com.googleusercontent.apps......` in the debug console if the custom URL schemes setup is incorrect after tapping the Google Auth button.
<!-- ################################################## -->


<!-- ################################################## -->
<!-- ########## Testing ########## -->
<!-- ################################################## -->
Expand Down
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<application
android:label="Flutter Template"
android:name="${applicationName}"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:networkSecurityConfig="@xml/network_security_config">

Expand Down
11 changes: 0 additions & 11 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@ targets:
generate_for:
- lib/common/data/dto/*_dto.dart
- lib/common/data/dto/**/*_dto.dart
- lib/common/data/dto/**/**/*_dto.dart

- lib/common/data/enum/*.dart
- lib/common/data/enum/**/*.dart
- lib/common/data/enum/**/**/*.dart

- lib/common/data/model/*.dart
- lib/common/data/model/**/*.dart
- lib/common/data/model/**/**/*.dart

- lib/common/validator/*.dart

Expand All @@ -24,11 +21,9 @@ targets:

- lib/features/*_event.dart
- lib/features/**/*_event.dart
- lib/features/**/**/*_event.dart

- lib/features/*_state.dart
- lib/features/**/*_state.dart
- lib/features/**/**/*_state.dart


# Title: Riverpod
Expand All @@ -39,11 +34,9 @@ targets:

- lib/common/provider/*.dart
- lib/common/provider/**/*.dart
- lib/common/provider/**/**/*.dart

- lib/common/usecase/*.dart
- lib/common/usecase/**/*.dart
- lib/common/usecase/**/**/*.dart

- lib/core/analytics/analytics_manager.dart
- lib/core/analytics/analytics_route_observer.dart
Expand All @@ -53,7 +46,6 @@ targets:

- lib/features/*_state.dart
- lib/features/**/*_state.dart
- lib/features/**/**/*_state.dart


# Title: Json Serializable
Expand All @@ -62,15 +54,12 @@ targets:
generate_for:
- lib/common/data/dto/*_dto.dart
- lib/common/data/dto/**/*_dto.dart
- lib/common/data/dto/**/**/*_dto.dart

- lib/common/data/enum/*.dart
- lib/common/data/enum/**/*.dart
- lib/common/data/enum/**/**/*.dart

- lib/common/data/model/*.dart
- lib/common/data/model/**/*.dart
- lib/common/data/model/**/**/*.dart


# Title: Auto Route
Expand Down
1 change: 1 addition & 0 deletions flutter.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
"cSpell.words": [
"Buildless",
"Refreshable",
"Riverpod",
"usecase"
]
}
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
platform :ios, '13.0'
platform :ios, '15.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
Loading
Loading