sojorn/sojorn_app
Patrick Britton 0753fd91e6 fix: Resolve Flutter compile errors across 15 files
- Fix GroupCategory enum duplication (group.dart re-exports from cluster.dart)
- Fix stitchVideos arg count (use stitchVideosLegacy in quip_recorder)
- Fix enhanced_quip_recorder: getter/field conflict, XFile→File, static calls, CameraLensDirection, setState syntax
- Fix blocking_service: imports, ShareXFiles, SnackBar content, nullable bool
- Fix audio_overlay_service: path_provider import, getOutput() stub, fade icons
- Fix enhanced_beacon_detail_screen: flutter_map v8 interactionOptions, const constraints, Uri.parse
- Fix private_capsule_screen: add api_provider import
- Stub e2ee_device_sync_service (packages not in pubspec)
- Add generic post()/delete() helpers to api_service
- Fix repost_service: remove static, migrate StateNotifier→Notifier (Riverpod 3.x)
- Fix repost_widget: Repost? null assertion, RepostState type, Post field names, timeago, context param
- Fix sojorn_swipeable_post: close if-block, remove undefined _updateChainSetting
- Fix draggable_widget_grid: use this.widget for isEditable/theme/callbacks when ProfileWidget param shadows

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-17 17:43:30 -06:00
..
android chore: remove gitignored files from tracking 2026-02-17 00:00:20 -06:00
assets security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
ios security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
lib fix: Resolve Flutter compile errors across 15 files 2026-02-17 17:43:30 -06:00
test security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
tools security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
web 2026-02-16 07:27:41 -06:00
windows fix: Remove duplicate follow methods and fix FollowButton to use provider 2026-02-17 10:42:08 -06:00
.gitignore chore: add PowerShell scripts to gitignore 2026-02-17 00:10:09 -06:00
.metadata security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
analysis_options.yaml security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
clear_session.dart security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
devtools_options.yaml security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
help.txt security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
package-lock.json security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
package.json security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
pubspec.lock fix: Resolve compilation errors in Groups feature 2026-02-17 11:13:41 -06:00
pubspec.yaml fix: Resolve compilation errors in Groups feature 2026-02-17 11:13:41 -06:00
README.md security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
run_chrome.bat security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00
run_dev.bat security: sanitized baseline for public release 2026-02-15 00:33:24 -06:00

sojorn

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.