Browse Source

P1-9 (EventCurrent titel-spacing + nid-debugtekst) + P1-6 titel-fix (HorecagelegenheidoverzichtKaart) sync vanuit FlutterFlow-export

- event_current_widget.dart: 8px padding om titel-Text (ruimte t.o.v.
  deel-knop), losse nid-debugtekst-widget verwijderd
- horecagelegenheidoverzicht_kaart_widget.dart: Default Value titel
  'Naam onbekend' -> 'Titel onbekend' (consistent met adres/plaats)
- android/build.gradle, android/app/build.gradle, ios/*.pbxproj:
  routine Flutter-tooling-boilerplate uit de export
- .gitignore: .claude/-uitsluiting hersteld (export overschrijft dit
  elke keer, bekende valkuil)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
bob 3 tuần trước cách đây
mục cha
commit
a93731f416

+ 1 - 1
android/app/build.gradle

@@ -55,7 +55,7 @@ android {
     defaultConfig {
         // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
         applicationId "com.uitgaanskrant.app"
-        minSdkVersion 23
+        minSdkVersion flutter.minSdkVersion
         targetSdkVersion 36
         versionCode flutterVersionCode.toInteger()
         versionName flutterVersionName

+ 2 - 2
android/build.gradle

@@ -43,6 +43,6 @@ subprojects {
     project.evaluationDependsOn(':app')
 }
 
-task clean(type: Delete) {
-    delete rootProject.buildDir
+tasks.register("clean", Delete) {
+    delete rootProject.layout.buildDirectory
 }

+ 4 - 4
ios/Runner.xcodeproj/project.pbxproj

@@ -44,8 +44,8 @@
 		97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
 		97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
 		97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
-		6436409727A31CD300820AF7 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
-		6436409827A31CD900820AF7 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+		6436409C27A31CD400820AF7 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+		6436409227A31CD100820AF7 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
 		97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
@@ -225,8 +225,8 @@
 		6436409C27A31CD800820AF7 /* InfoPlist.strings */ = {
 			isa = PBXVariantGroup;
 			children = (
-				6436409727A31CD300820AF7 /* nl */,
-				6436409827A31CD900820AF7 /* en */,
+				6436409C27A31CD400820AF7 /* nl */,
+				6436409227A31CD100820AF7 /* en */,
 			);
 			name = InfoPlist.strings;
 			sourceTree = "<group>";

+ 1 - 1
lib/horecagelegenhedenoverzicht/horecagelegenheidoverzicht_kaart/horecagelegenheidoverzicht_kaart_widget.dart

@@ -391,7 +391,7 @@ class _HorecagelegenheidoverzichtKaartWidgetState
                       Text(
                         valueOrDefault<String>(
                           widget!.titel,
-                          'Naam onbekend',
+                          'Titel onbekend',
                         ),
                         maxLines: 2,
                         style: