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
189 B
Batchfile
9 lines
189 B
Batchfile
@echo off
|
|
REM Run Sojorn on Chrome with environment variables
|
|
|
|
echo Starting Sojorn on Chrome...
|
|
echo.
|
|
|
|
flutter run -d chrome ^
|
|
--dart-define=API_BASE_URL=https://api.gosojorn.com/api/v1
|