A Flutter application to display events from the open Ticketmaster API V2.
- Checkout the repository (clone or download zip).
- Add an assets folder on the top level (below the "basic_scrolllist" folder).
- Add a "token.json" file. This file should contain the following code:
{
"token": "###YOUR_API_KEY_HERE###"
}
- Register a Ticketmaster developer account. (https://developer-acct.ticketmaster.com/user/register)
- Create an app and copy the generated public api key to the json.
- Go to the pubspec.yaml and click the pub get button or run "flutter pub get" in the terminal.
- 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".