An open API service indexing awesome lists of open source software.

https://github.com/charafau/flitcasting

Sample application done with flutter.io using twitcasting.tv API
https://github.com/charafau/flitcasting

dart flutter twitcasting

Last synced: 5 months ago
JSON representation

Sample application done with flutter.io using twitcasting.tv API

Awesome Lists containing this project

README

          

# flitcasting

A new Flutter project.

To get this working you need to create `constants.dart` file in `lib/constants.dart`
and add keys into it like this:

```dart
const CLIENT_ID = "YOUR_ID";
const CLIENT_SECRET = "YOUR_SECRET";

```

to generete those please visit:

http://apiv2-doc.twitcasting.tv/#introduction

## Getting Started

For help getting started with Flutter, view our online
[documentation](http://flutter.io/).