Change _reactionCountsFor and _myReactionsFor to prefer local state for immediate UI updates after toggle reactions, falling back to post model data when no local state exists.
9 lines
199 B
Batchfile
9 lines
199 B
Batchfile
@echo off
|
|
REM Run Sojorn in development mode with environment variables
|
|
|
|
echo Starting Sojorn in development mode...
|
|
echo.
|
|
|
|
flutter run ^
|
|
--dart-define=API_BASE_URL=https://api.gosojorn.com/api/v1
|