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: 29 days 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-12-13T11:43:55.753Z (7 months ago)
- Topics: dart, flutter, twitcasting
- Language: Dart
- Homepage: https://twitcasting.tv/
- Size: 125 KB
- Stars: 1
- Watchers: 1
- 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/).