1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-07 20:21:51 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
weasdown
c4b4adc16a docs: fix typo in compass_app BookingSummary class doc (#2786)
Fixes a [typo] in the [`compass_app`] sample's [`booking_summary.dart`].
The class doc for the `BookingSummary` class had "activities" written as
"activitities".


[`compass_app`]:
https://github.com/flutter/samples/tree/main/compass_app
[`booking_summary.dart`]:
https://github.com/flutter/samples/blob/main/compass_app/app/lib/domain/models/booking/booking_summary.dart
[typo]:
7abc7b91f2/compass_app/app/lib/domain/models/booking/booking_summary.dart (L12C10-L12C22)

Fixes #2785 .
2026-01-27 14:21:37 +08:00
Eric Windmill
46b5a26b26 Compass app (#2446) 2024-09-28 08:49:27 +10:00