/fluwitter

A Twitter client written using flutter and dart.

Primary LanguageDart

fluwitter

A Twitter client written using flutter and dart.

How to build the application

Create a file named of keys.dart inside of the folder lib. This file should contains some credentials to store and read data from firebase and twitter.

This file should contain the following properties:

const String appName = "";
const String firebaseApiKey = "";
const String firebaseDatabaURL = "";
const String firebaseProjectId = "";
const String firebaseStorageBucket = "";
const String firebaseGCMSenderID = "";
const String firebaseGoogleAppIDIOS = "";
const String firebaseGoogleAppIDAndroid = "";

const String twitterConsumerKey = "";
const String twitterConsumerSecret = "";