-
Notifications
You must be signed in to change notification settings - Fork 815
feat: implementation of the Compass page #2710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: flutter
Are you sure you want to change the base?
Conversation
Reviewer's GuideImplements a new Compass instrument by adding the sensors_plus dependency, wiring up navigation and routes for the compass page, and introducing a CompassScreen widget that subscribes to magnetometer and accelerometer streams to compute and render a smoothed heading with selectable ground-parallel axes. File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
8eb04be
to
896fb86
Compare
Build successful. APKs to test: https://github.com/fossasia/pslab-android/actions/runs/15417912407/artifacts/3249993206 |
Made suggested changes
Fixes #2707
Changes
Screenshots / Recordings
Checklist:
strings.xml
,dimens.xml
andcolors.xml
without hard coding any value.strings.xml
,dimens.xml
orcolors.xml
.Summary by Sourcery
Introduce a new Compass instrument page that uses device magnetometer and accelerometer data to display a real-time heading with selectable ground-parallel axes, and integrate it into the app’s navigation.
New Features:
Build: