4698454cfcb1f8b38320189d641d0a7a575db814
- Remove fp.clear() from profile initState: if profesional is already loaded (e.g. navigating from schedule page) the form renders instantly without a spinner; if null the Consumer already shows the spinner. - Add .catchError() so the spinner always resolves even on API failure. - Remove redundant GET /professionals/me reload inside updateProfesionalProfileInfo: data is already correct from copyProfesionalWith, so the save button no longer waits for an extra round-trip after the PATCH. - Wrap save button in try/finally so _saving always resets to false. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
prosapp_web_app
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.
Languages
Dart
91.8%
C++
3.9%
CMake
3.1%
HTML
0.5%
Swift
0.4%
Other
0.2%