pub package

bot_toast_lego

lego about bot_toast for lego.

Installation

  1. If the lego project doesn't exist, please create new project by following guide.
  2. open terminal in the lego project root directory, enter the following command.
june add bot_toast_lego

Usage

var cancel = BotToast.showText(text:"xxxx");

var cancel = BotToast.showSimpleNotification(title: "init");