free_dialog is a minimalist dialog scheme. You can simply change the configuration to achieve the use effect
dependencies:
free_dialog: ^0.0.1
- multi language environment configuration (English by default)
localizationsDelegates: [
FreeLocalizations.delegate],
supportedLocales: const [
Locale('en'),
Locale('zh'),
Locale('jp'),
],
- simple use
See demo