/fluttoverflow

App for stack exchange

Primary LanguageDart

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