A Flutter web app to serve as Jamie Walker's personal portfolio website.
dart run build_runner build --delete-conflicting-outputs
dart run easy_localization:generate -S assets/translations -f json -O lib/app/localization/generated -o locale_json.g.dart
dart run easy_localization:generate -S assets/translations -f keys -O lib/app/localization/generated -o locale_keys.g.dart
Using npm
npm install -g firebase-tools
See the following link for more details on the different ways to install firebase-tools: https://firebaseopensource.com/projects/firebase/firebase-tools/#installation
firebase login
This is a package that simplifies the integration of Firebase into a Flutter cross-platform app. To install it globally on your system, use:
dart pub global activate flutterfire_cli
flutterfire configure