Skip to content

ewolution94/event-list-final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event_list

A Flutter application to display events from the open Ticketmaster API V2.

Getting it to work

  1. Checkout the repository (clone or download zip).
  2. Add an assets folder on the top level (below the "basic_scrolllist" folder).
  3. Add a "token.json" file. This file should contain the following code:
{
  "token": "###YOUR_API_KEY_HERE###"
}
  1. Register a Ticketmaster developer account. (https://developer-acct.ticketmaster.com/user/register)
  2. Create an app and copy the generated public api key to the json.
  3. Go to the pubspec.yaml and click the pub get button or run "flutter pub get" in the terminal.
  4. Your good to go! :-) Depending on your setup, e.g. connect an iPhone to the computer, select it in Android Studio or similar and run it there. Or, start the application via "flutter run".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published