Offline-first financial management application.
lib/app/: Application bootstrap and root widget (VenueBookApp).lib/presentation/: UI screens/widgets. Location management screens will be introduced underpresentation/screens/locations/.lib/application/: Use cases and services. Location use cases will live inapplication/use_cases/.lib/domain/: Entities and repository contracts such aslocation.dartandownership_share.dart.lib/infrastructure/: SQLite implementations and platform adapters.