Demonstrates how to use the flutter_uploader plugin.
- install firebase-tools in terminal
npm install -g firebase-tools
-
create project in firebase console
-
login to firebase in terminal
firebase login
-
Go to example/backend/
-
run
firebase deploy
- run example app
Run the current end to end test suite:
flutter drive --driver=test_driver/flutter_uploader_e2e_test.dart test_driver/flutter_uploader_test.dart