• Stars
    star
    24
  • Rank 986,245 (Top 20 %)
  • Language
    Dart
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

In this project retrieve some user data in JSON format from API service and using that data we create a Flutter ListView. To create a ListView we use ListView.builder class. By clicking the ListView item it opens a new window and shows all user details on that screen. Also using the search bar we can filter the ListView according to the user name and user job title. Additionally, by creating this project you can have some idea about how to use the ListTitle widget, Hero Animations, Lottie Animations, and Url Launcher.