Skip to content

Conversation

@olorin99
Copy link
Contributor

@olorin99 olorin99 commented Jan 22, 2026

I believe I've switched all the navigation across to using auto_route now. Next step is to make sure all the paths make sense and that path parameters match up.

I've also started on making sure it works on web. Two biggest issues so far seem to be with file io and checking the platform. Apparently Platform.isAndroid, Platform.isLinux etc don't work on web so I've had to add some util functions that check if it is web before checking the platform. Haven't switched out all the platform checks yet so some pages might throw errors but the main feed should show up on web now.

It looks like a really big diff but most (~13K) of the added lines come from adding a file for drift to work on web. 'web/drift_worker.dart.js'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants