Skip to content

Commit

Permalink
Feature: Added CircularProgressIndicator on the Weather API Dialog (#107
Browse files Browse the repository at this point in the history
)

* adding the circular progress indicator whenever the user taps on add/update button

* resolving merge conflicts
  • Loading branch information
superiorsd10 authored Oct 19, 2023
1 parent e93fa50 commit bf11d3b
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 164 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class SettingsController extends GetxController {
final RxBool isUserLoggedIn = false.obs;
final Rx<WeatherKeyState> weatherKeyState = WeatherKeyState.add.obs;
final RxBool didWeatherKeyError = false.obs;
final RxBool showingCircularProgressIndicator = false.obs;
UserModel? userModel;
@override
void onInit() {
Expand Down
Loading

0 comments on commit bf11d3b

Please sign in to comment.