kat_common 0.1.3 copy "kat_common: ^0.1.3" to clipboard
kat_common: ^0.1.3 copied to clipboard

PlatformAndroid

Plugin common for kat

kat_common #

A new Flutter plugin project.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Translation key work: #

Add new string in locales.dart

flutter pub run kat_intl_generator:extract_to_arb --output-dir=lib/configs/l10n lib/configs/locales.dart

copy intl_messages.arb to intl_en and intl_vi translate vi change last modified

flutter pub run kat_intl_generator:generate_from_arb --output-dir=lib/configs/l10n --no-use-deferred-loading lib/configs/locales.dart lib/configs/l10n/intl_*.arb

OneSignal build fail on version 1.9. So I downgrade to 1.8.0 and success build.

For release , run: flutter run --release