feat: Version 3.3.4 - Nouvelle architecture pages, optimisations widgets Flutter et API
- Mise à jour VERSION vers 3.3.4 - Optimisations et révisions architecture API (deploy-api.sh, scripts de migration) - Ajout documentation Stripe Tap to Pay complète - Migration vers polices Inter Variable pour Flutter - Optimisations build Android et nettoyage fichiers temporaires - Amélioration système de déploiement avec gestion backups - Ajout scripts CRON et migrations base de données 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
1
app/windows/flutter/ephemeral/.plugin_symlinks/battery_plus
Symbolic link
1
app/windows/flutter/ephemeral/.plugin_symlinks/battery_plus
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/pierre/.pub-cache/hosted/pub.dev/battery_plus-4.1.0/
|
||||
@@ -1 +1 @@
|
||||
/home/pierre/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.5/
|
||||
/home/pierre/.pub-cache/hosted/pub.dev/connectivity_plus-5.0.2/
|
||||
1
app/windows/flutter/ephemeral/.plugin_symlinks/device_info_plus
Symbolic link
1
app/windows/flutter/ephemeral/.plugin_symlinks/device_info_plus
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/pierre/.pub-cache/hosted/pub.dev/device_info_plus-9.1.2/
|
||||
@@ -1 +1 @@
|
||||
/home/pierre/.pub-cache/hosted/pub.dev/flutter_local_notifications_windows-1.0.2/
|
||||
/home/pierre/.pub-cache/hosted/pub.dev/flutter_local_notifications_windows-1.0.3/
|
||||
1
app/windows/flutter/ephemeral/.plugin_symlinks/network_info_plus
Symbolic link
1
app/windows/flutter/ephemeral/.plugin_symlinks/network_info_plus
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/pierre/.pub-cache/hosted/pub.dev/network_info_plus-7.0.0/
|
||||
@@ -1 +1 @@
|
||||
/home/pierre/.pub-cache/hosted/pub.dev/package_info_plus-8.3.1/
|
||||
/home/pierre/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/
|
||||
@@ -0,0 +1 @@
|
||||
/home/pierre/.pub-cache/hosted/pub.dev/permission_handler_windows-0.2.1/
|
||||
@@ -1 +0,0 @@
|
||||
/home/pierre/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/
|
||||
@@ -6,18 +6,24 @@
|
||||
|
||||
#include "generated_plugin_registrant.h"
|
||||
|
||||
#include <battery_plus/battery_plus_windows_plugin.h>
|
||||
#include <connectivity_plus/connectivity_plus_windows_plugin.h>
|
||||
#include <file_selector_windows/file_selector_windows.h>
|
||||
#include <geolocator_windows/geolocator_windows.h>
|
||||
#include <permission_handler_windows/permission_handler_windows_plugin.h>
|
||||
#include <url_launcher_windows/url_launcher_windows.h>
|
||||
|
||||
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
||||
BatteryPlusWindowsPluginRegisterWithRegistrar(
|
||||
registry->GetRegistrarForPlugin("BatteryPlusWindowsPlugin"));
|
||||
ConnectivityPlusWindowsPluginRegisterWithRegistrar(
|
||||
registry->GetRegistrarForPlugin("ConnectivityPlusWindowsPlugin"));
|
||||
FileSelectorWindowsRegisterWithRegistrar(
|
||||
registry->GetRegistrarForPlugin("FileSelectorWindows"));
|
||||
GeolocatorWindowsRegisterWithRegistrar(
|
||||
registry->GetRegistrarForPlugin("GeolocatorWindows"));
|
||||
PermissionHandlerWindowsPluginRegisterWithRegistrar(
|
||||
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
|
||||
UrlLauncherWindowsRegisterWithRegistrar(
|
||||
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
||||
}
|
||||
|
||||
@@ -3,9 +3,11 @@
|
||||
#
|
||||
|
||||
list(APPEND FLUTTER_PLUGIN_LIST
|
||||
battery_plus
|
||||
connectivity_plus
|
||||
file_selector_windows
|
||||
geolocator_windows
|
||||
permission_handler_windows
|
||||
url_launcher_windows
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user