bytoast 1.1.0 copy "bytoast: ^1.1.0" to clipboard
bytoast: ^1.1.0 copied to clipboard

outdated

A Toast Widget for Flutter. Pure Dart Code. Both Android and iOS. Can Show Simple Text Toast or with Image or Customize.

ByToast #

pub package author

A Toast Widget for Flutter.

Feature #

  • 非调用原生Toast,Dart实现;
  • 交互和动效接近原生Toast,不触发遮罩点击事件,跨页仍显示;
  • 其他

Get Started #

Add Dependency #

dependencies:
  bytoast: ^1.1.0

Usage #

import 'package:toaster/toaster.dart';

/// Simple Toast
ByToast.short();

/// Toast with Icon
ByToast.withIcon();

/// Toast For Customize
ByToast.more();

Support or Contact #

1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A Toast Widget for Flutter. Pure Dart Code. Both Android and iOS. Can Show Simple Text Toast or with Image or Customize.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on bytoast