0% found this document useful (0 votes)
56 views1 page

Flutter Program: Url: Type: POST Parameter: Category: "Movies"

The document outlines steps to create a Flutter app with user signup and login pages that stores data locally. Upon login, it fetches movie data from an API and displays it. It also adds a menu option to show company contact details.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
56 views1 page

Flutter Program: Url: Type: POST Parameter: Category: "Movies"

The document outlines steps to create a Flutter app with user signup and login pages that stores data locally. Upon login, it fetches movie data from an API and displays it. It also adds a menu option to show company contact details.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

#24, 3rd Main Rd, Kempaiah Layout, Shivakrupa CKM Road, Sanjaynagar, Bengaluru-560094

Flutter program
1. Create a user signup page with Name, Password, Email, Phone number, and
Profession (Dropdown) and store the data locally (local storage).
2. Create a login page and use the previously registered credentials to login.
Check if the name and password are matching. If the name and password are
matching, then move to the next screen, else show “Invalid Credentials”
message to the user.
3. Upon successful login, open new page, call the below API and present the
below data to the API.

URL: https://hoblist.com/movieList

Type: POST

Parameter: category: "movies",

language: "kannada",genre: "all",

sort: "voting"Follow this pattern:

4. Add one option in the menu bar, called “Company Info” and show the below
details when the user clicks on that option.
Company: Geeksynergy Technologies Pvt Ltd
Address: Sanjayanagar, Bengaluru-56
Phone: XXXXXXXXX09
Email: [email protected]

You might also like