Fix: Corriger le type PDO dans StripeService et retirer getConnection()

This commit is contained in:
2025-09-01 15:23:48 +02:00
parent f597c9aeb5
commit a548ef8890
545 changed files with 189339 additions and 130108 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,31 +0,0 @@
Extension Discovery Cache
=========================
This folder is used by `package:extension_discovery` to cache lists of
packages that contains extensions for other packages.
DO NOT USE THIS FOLDER
----------------------
* Do not read (or rely) the contents of this folder.
* Do write to this folder.
If you're interested in the lists of extensions stored in this folder use the
API offered by package `extension_discovery` to get this information.
If this package doesn't work for your use-case, then don't try to read the
contents of this folder. It may change, and will not remain stable.
Use package `extension_discovery`
---------------------------------
If you want to access information from this folder.
Feel free to delete this folder
-------------------------------
Files in this folder act as a cache, and the cache is discarded if the files
are older than the modification time of `.dart_tool/package_config.json`.
Hence, it should never be necessary to clear this cache manually, if you find a
need to do please file a bug.

View File

@@ -1 +0,0 @@
{"version":2,"entries":[{"package":"geosector_app","rootUri":"../","packageUri":"lib/"}]}

File diff suppressed because one or more lines are too long

View File

@@ -1944,6 +1944,7 @@ file:///home/pierre/dev/geosector/app/lib/core/services/hive_service.dart
file:///home/pierre/dev/geosector/app/lib/core/services/hive_web_fix.dart
file:///home/pierre/dev/geosector/app/lib/core/services/location_service.dart
file:///home/pierre/dev/geosector/app/lib/core/services/logger_service.dart
file:///home/pierre/dev/geosector/app/lib/core/services/stripe_connect_service.dart
file:///home/pierre/dev/geosector/app/lib/core/services/sync_service.dart
file:///home/pierre/dev/geosector/app/lib/core/services/theme_service.dart
file:///home/pierre/dev/geosector/app/lib/core/theme/app_theme.dart

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1943,6 +1943,7 @@ file:///home/pierre/dev/geosector/app/lib/core/services/hive_service.dart
file:///home/pierre/dev/geosector/app/lib/core/services/hive_web_fix.dart
file:///home/pierre/dev/geosector/app/lib/core/services/location_service.dart
file:///home/pierre/dev/geosector/app/lib/core/services/logger_service.dart
file:///home/pierre/dev/geosector/app/lib/core/services/stripe_connect_service.dart
file:///home/pierre/dev/geosector/app/lib/core/services/sync_service.dart
file:///home/pierre/dev/geosector/app/lib/core/services/theme_service.dart
file:///home/pierre/dev/geosector/app/lib/core/theme/app_theme.dart

File diff suppressed because one or more lines are too long

View File

@@ -5,7 +5,7 @@
"packages": [
{
"name": "geosector_app",
"version": "3.2.0+320",
"version": "3.2.1+321",
"dependencies": [
"connectivity_plus",
"cupertino_icons",