Saturday, August 22, 2026
Closr+ has 4 analyzer errors today because lib/pages/splash_screen.dart imports package:video_player/video_player.dart, but the package is not resolving. Fix this before adding features so the green intro work stays shippable.
video_player in pubspec.yaml, run flutter pub get, then add a small fallback path so the splash screen still renders if video initialization fails.Last night’s Buildr+ feature landed and analyzer/tests passed, but TestFlight upload failed because the IPA was not signed with an Apple submission certificate. Turn that failure into a repeatable preflight so future builds stop before wasting upload time.
codesign -dv, checks the Runner.app signing authority, verifies export options, and prints a clear pass/fail before altool upload.Fieldwire keeps setting the field baseline with selective sync and offline plan/photo workflows. Inspectr+ can add a focused version: let inspectors choose tomorrow’s project/area and cache only its checklist, punch items, recent photos, and location metadata.
video_player package references in lib/pages/splash_screen.dart