Flutter App
Executed on Flutter 1.12.x
Unzip and run
flutter create .(dot)
in the app root folder
please delete tests folder if any. This will cause an issue.
then
flutter run
The app uses BLoC for state management.
flutter_bloc plugin is used.
App contains a single screen with bottom navigation bar.
We can search for users from search icon present on top right corner.
Search page extends SearchDelegate which helps in search execution.
Network Connectivity feature is not implemented. Time constraint was a hit.
Web url launcher is implenented from repo list.
ScreenShots are attached.