All Projects → appdev → Fluttertoast

appdev / Fluttertoast

Licence: mit
Flutter Toast

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Fluttertoast

Splashpublishplugin
A Splash plugin for the Publish static site generator
Stars: ✭ 79 (-5.95%)
Mutual labels:  plugin
Hidden Secrets Gradle Plugin
🔒 Deeply hide secrets on Android
Stars: ✭ 79 (-5.95%)
Mutual labels:  plugin
Nodejs Ue4
Embed node.js as an unreal plugin.
Stars: ✭ 82 (-2.38%)
Mutual labels:  plugin
Pluginapplication
学习Android插件化必备demo
Stars: ✭ 79 (-5.95%)
Mutual labels:  plugin
Craft Async Queue
Async Queue Handler for Craft 3
Stars: ✭ 80 (-4.76%)
Mutual labels:  plugin
Obs Gnome Screencast
GNOME Screen Cast OBS Studio plugin
Stars: ✭ 80 (-4.76%)
Mutual labels:  plugin
Comet Cache
An advanced WordPress® caching plugin inspired by simplicity.
Stars: ✭ 78 (-7.14%)
Mutual labels:  plugin
Levelgenerator
Unity plug-in for procedurally generating indoor levels using abstract chunks.
Stars: ✭ 82 (-2.38%)
Mutual labels:  plugin
Betterdiscordapp
Better Discord App enhances Discord desktop app with new features.
Stars: ✭ 1,225 (+1358.33%)
Mutual labels:  plugin
Sstoastmessage
SSToastMessage is written purely in SwiftUI. It will add toast, alert, and floating message view over the top of any view. It is intended to be simple, lightweight, and easy to use. It will be a popup with a single line of code.
Stars: ✭ 82 (-2.38%)
Mutual labels:  toast
Vue Rawmodel
RawModel.js plugin for Vue.js v2. Form validation has never been easier!
Stars: ✭ 79 (-5.95%)
Mutual labels:  plugin
Android Target Tooltip
Create Toast like tooltips, but targets can be specified, plus custom properties and features
Stars: ✭ 1,221 (+1353.57%)
Mutual labels:  toast
Sentinl
Kibana Alert & Report App for Elasticsearch
Stars: ✭ 1,233 (+1367.86%)
Mutual labels:  plugin
Awesome Typescript Ecosystem
😎 A list of awesome TypeScript transformers, plugins, handbooks, etc
Stars: ✭ 79 (-5.95%)
Mutual labels:  plugin
Jquery Toast Plugin
Highly customizable jquery plugin to show toast messages
Stars: ✭ 1,237 (+1372.62%)
Mutual labels:  toast
Xcactionbar
"Alfred for Xcode" plugin
Stars: ✭ 1,217 (+1348.81%)
Mutual labels:  plugin
Tensorboard Empty Scalar Hider
Chrome Extension of hiding empty scalar/panes in TensorBoard.
Stars: ✭ 81 (-3.57%)
Mutual labels:  plugin
Git Identity
Manage your identity in Git
Stars: ✭ 82 (-2.38%)
Mutual labels:  plugin
Magane
Bringing LINE's sticker to Discord in a chaotic way.
Stars: ✭ 81 (-3.57%)
Mutual labels:  plugin
Phantom
Phantom — 唯一零 Hook 稳定占坑类 Android 热更新插件化方案
Stars: ✭ 1,238 (+1373.81%)
Mutual labels:  plugin

Toast

A Flutter Toast plugin.

How to Use

# add this line to your dependencies
toast: ^0.1.4
import 'package:toast/toast.dart';
Toast.show("Toast plugin app", context, duration: Toast.LENGTH_SHORT, gravity:  Toast.BOTTOM);
property description
msg String (Not Null)(required)
context BuildContext (Not Null)(required)
duration Toast.LENGTH_SHORT or Toast.LENGTH_LONG (optional)
gravity Toast.TOP (or) Toast.CENTER (or) Toast.BOTTOM
textStyle TextStyle (default fontSize:15, color: Colors.white)
backgroundColor Color (default Color(0xAA000000))
backgroundRadius double (default 16)
border Border (optional)

toast toast

License

MIT License
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].