free_dialog

free_dialog is a minimalist dialog scheme. You can simply change the configuration to achieve the use effect

Start

dependencies:
  free_dialog: ^0.0.1

Usage:

  1. multi language environment configuration (English by default)
      localizationsDelegates: [
        FreeLocalizations.delegate],
      supportedLocales: const [
        Locale('en'),
        Locale('zh'),
        Locale('jp'),
      ],

  1. simple use

See demo

This code base reference https://github.com/marcos930807/awesomeDialogs , reconstructed

Libraries

free_dialog