Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.24 KB

File metadata and controls

31 lines (25 loc) · 1.24 KB

Activities Rebrand — TODO

Deferred Items

Package Rename (Next Refactor)

  • Rename name: DMAASname: activities in pubspec.yaml
  • Update all import 'package:DMAAS/...' references across the codebase
  • Update test imports
  • Verify build after rename

Firebase & Bundle IDs (Future)

  • Update iOS bundle ID from ai.predictionlabs.dmaasUi to new Activities ID
  • Update Firebase project or create new one under Activities branding
  • Update Android applicationId if applicable

Hardcoded Colors (Cleanup)

  • main_navigation_page.dart — replace remaining Color(0xFF...) with AppTheme constants
  • Audit all files in lib/src/features/ for hardcoded color hex values
  • Replace all instances with AppTheme constant references

Brand Assets

  • Replace default Flutter favicon with Activities logo
  • Replace web/icons/Icon-192.png and Icon-512.png with Activities icon
  • Replace maskable icons
  • Add Activities logo PNG to assets/images/ directory
  • Update pubspec.yaml to declare assets directory
  • Use logo asset in login page and navigation bar

Git / CI

  • Update GitHub repo name/description if desired
  • Update any CI/CD references to old name