feat(ui): improve equipment add page (mobile + bufix)

This commit is contained in:
ElPoyo
2026-06-08 17:21:05 +02:00
parent 752b86ec58
commit f32fe3e4e8
9 changed files with 1482 additions and 826 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/// Configuration de la version de l'application
class AppVersion {
static const String version = '1.2.7';
static const String version = '1.2.8';
/// Retourne la version complète de l'application
static String get fullVersion => 'v$version';