Faomus quotes app implemented with Flutter
Read Time:41 Second

Faomus quotes app implemented with Flutter

0 0

Quotesbook

Faomus quotes app implemented with Flutter

Flutter project for Quotesbook mobile app.

Setup

  1. Add lib/environment.dart file with
class Environment {
  static const AUTH_TOKEN = "...";
  static const SERVER_HOST = "...";
}

Remember to add the google-services.json to the android/app folder. Get this from the firebase
project.

Add android/key.properties to sign apk/bundle.

To generate internationalizations

  1. Update the lib/helpers/app_localizations.dart with the new texts.¡

  2. Create base arb base file for localization.

flutter pub run intl_translation:extract_to_arb --output-dir=lib/l10n lib/helpers/app_localizations.dart
  1. Update the files I10n/intl_*.arb languages specific files with translations.

  2. Generate source code for localization messages from arb files.

flutter pub run intl_translation:generate_from_arb --output-dir=lib/l10n --no-use-deferred-loading lib/helpers/app_localizations.dart lib/l10n/intl_*.arb
Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior A game build with Flutter and Flame
Entrada siguiente An eCommerce minimalist template with a clean and beautiful design for Flutter