Skip to content

Ananya-Bhardwaj/AppDev-UnivInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

AppDev-UniInfo

Demo

AppDevVideo.mp4

How it Works?

  • The entered country name is saved in a static variable so that it can be accessed on the next page
  • A get request is used to fetch data from the API link: http://universities.hipolabs.com/search?country=
  • The country entered by the user is sent as a value for the country parameter to the API
  • The fetched data is displayed with the help of the ListView widget in Flutter
  • The IconButton widget redirects the user to the website of the University using the onPressed property and a async await function

Features

  • Easy user-interface
  • Returns a list of universities located in the country entered by the user
  • Gives the name, location and country of each university
  • Redirects the user to the website of the University on clicking the arrow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published