Firebase – Break out of a loading flutter
I have a flutter code which allows user to search for every user speaking a specific language. I implemented a loading controlled by a 'isLoading' bool. The thing is, when the user searchs for a language that isn't used by…