bytoast 1.0.2 copy "bytoast: ^1.0.2" to clipboard
bytoast: ^1.0.2 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

A Toast Widget for Flutter.
用于Flutter项目的吐司,非调用原生Toast,纯Dart层实现。

Get Started #

Add Dependency #

dependencies:
  bytoast: ^1.0.2

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
0
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

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on bytoast