Ioana Alexandru
Ioana Alexandru
@JonasWanke would it be possible to [unsound null safety](https://dart.dev/null-safety/unsound-null-safety#migrating-incrementally) to do a partial migration, I wonder?
@AnasMasri I haven't tried, but you may be able to use `TimetableController` to check whether the current week is, say, the last one you want to show, and use some...
I'd like to set the title of the scaffold as the month. I tried using something like `AppBar(title: Text(timetableController.currentlyVisibleDates.start.monthOfYear.toString())`, but it doesn't change upon scrolling through the calendar. @JonasWanke would...
@JonasWanke that worked perfectly (except the parameter is `animation` not `listener`). Thank you!
This issue is a duplicate of #25. The temporary fix is to manually include the `time_machine` data files in the build files.
A temporary fix is to override the `meta` package dependency in your `pubspec.yaml` file: ``` dependency_overrides: meta: 1.3.0-nullsafety.3 ```