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
- Host: GitHub
- URL: https://github.com/charafau/flitcasting
- Owner: charafau
- Created: 2017-07-18T19:48:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T10:34:43.000Z (almost 9 years ago)
- Last Synced: 2025-01-17T23:23:43.516Z (over 1 year ago)
- Topics: dart, flutter, twitcasting
- Language: Dart
- Homepage: https://twitcasting.tv/
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).