fluttoverflow
fluttoverflow copied to clipboard
App for stack exchange
fluttoverflow
Client for stack exchange
Running application
Follow these steps
Working with StackExchange API
To start you need to create key.dart
file with code inside:
const key = 'your_key_here'
Where you can get key?
Enter https://api.stackexchange.com/ and find Register For An App Key
and then
- flutter packages get
- flutter run --release
for development use flutter run
without --release
Some screenshots from application