bot_toast_lego 1.0.1 copy "bot_toast_lego: ^1.0.1" to clipboard
bot_toast_lego: ^1.0.1 copied to clipboard

lego that bot_toast apply to your project

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");