All Projects → sososdk → Flash

sososdk / Flash

Licence: apache-2.0
⚡️A highly customizable, powerful and easy-to-use alerting library for Flutter.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flash

Livesmashbar
An elegant looking and easy to use informative library with LiveData integration for Android.
Stars: ✭ 107 (-38.51%)
Mutual labels:  dialog, toast, snackbar
Noty
A simple library for creating animated warnings/dialogs/alerts for Android.
Stars: ✭ 136 (-21.84%)
Mutual labels:  dialog, toast, snackbar
smart-show
Toast # Snackbar # Dialog
Stars: ✭ 500 (+187.36%)
Mutual labels:  dialog, toast, snackbar
denbun
Adjust showing frequency of Android app messages, and to be more user friendly 🐦
Stars: ✭ 17 (-90.23%)
Mutual labels:  dialog, toast, snackbar
Smart Show
Toast & Snackbar & TopBar & Dialog
Stars: ✭ 430 (+147.13%)
Mutual labels:  dialog, toast, snackbar
React Toastify
React notification made easy 🚀 !
Stars: ✭ 8,113 (+4562.64%)
Mutual labels:  toast, snackbar
Sneaker
A lightweight Android library for customizable alerts
Stars: ✭ 928 (+433.33%)
Mutual labels:  toast, snackbar
Alerttoast
Create Apple-like alerts & toasts using SwiftUI
Stars: ✭ 151 (-13.22%)
Mutual labels:  dialog, toast
Oops No Internet
Oops! No Internet! No internet dialog and snackbar for the rescue!
Stars: ✭ 79 (-54.6%)
Mutual labels:  dialog, snackbar
Windowshowdemo
Android 弹窗案例总结(仿淘宝弹窗 咸鱼菜单 筛选列表)
Stars: ✭ 95 (-45.4%)
Mutual labels:  dialog, toast
Android Appmsg
In-layout notifications. Based on Toast notifications and article by Cyril Mottier (http://android.cyrilmottier.com/?p=773).
Stars: ✭ 1,384 (+695.4%)
Mutual labels:  toast, snackbar
Notistack
Highly customizable notification snackbars (toasts) that can be stacked on top of each other
Stars: ✭ 2,562 (+1372.41%)
Mutual labels:  toast, snackbar
Anylayer
Android稳定高效的浮层创建管理框架
Stars: ✭ 745 (+328.16%)
Mutual labels:  dialog, toast
Androidutilcode
AndroidUtilCode 🔥 is a powerful & easy to use library for Android. This library encapsulates the functions that commonly used in Android development which have complete demo and unit test. By using it's encapsulated APIs, you can greatly improve the development efficiency. The program mainly consists of two modules which is utilcode, which is commonly used in development, and subutil which is rarely used in development, but the utils can be beneficial to simplify the main module. 🔥
Stars: ✭ 30,239 (+17278.74%)
Mutual labels:  toast, snackbar
Sweet Alert
A BEAUTIFUL, RESPONSIVE, CUSTOMIZABLE, ACCESSIBLE (WAI-ARIA) REPLACEMENT FOR JAVASCRIPT'S POPUP BOXES FOR LARAVEL
Stars: ✭ 696 (+300%)
Mutual labels:  dialog, toast
Devutils
🔥 ( 持续更新,目前含 160+ 工具类 ) DevUtils 是一个 Android 工具库,主要根据不同功能模块,封装快捷使用的工具类及 API 方法调用。该项目尽可能的便于开发人员,快捷、高效开发安全可靠的项目。
Stars: ✭ 680 (+290.8%)
Mutual labels:  toast, snackbar
Vuetify Toast Snackbar
Basic Vue toast service that uses Vuetify Snackbar component.
Stars: ✭ 123 (-29.31%)
Mutual labels:  toast, snackbar
Appupdater
A library that checks for your apps' updates on Google Play, GitHub, Amazon, F-Droid or your own server. API 9+ required.
Stars: ✭ 1,793 (+930.46%)
Mutual labels:  dialog, snackbar
React Toast Notifications
🍞 A toast notification system for react
Stars: ✭ 2,103 (+1108.62%)
Mutual labels:  toast, snackbar
Cookiebar
CookieBar is a lightweight library for showing a brief message at the top or bottom of the screen.
Stars: ✭ 497 (+185.63%)
Mutual labels:  toast, snackbar

Flash

⚡️A highly customizable, powerful and easy-to-use alerting library for Flutter.

Website: https://sososdk.github.io/flash

Specs

pub

This library allows you to show messages or alerts in your app quickly and easily. It can be used as an alternative to Snackbar or Toast or Dialog and offers a plethora of useful features and customization options for you to play with.

It has been written 100% in Dart. ❤️

Table of Contents

Spread Some ❤️

GitHub followers

Getting started

In the pubspec.yaml of your flutter project, add the following dependency:

dependencies:
  ...
  flash: ^1.5.0

In your library add the following import:

import 'package:flash/flash.dart';

Sample Project

We have an exhaustive sample project demonstrating almost every feature of the library.

Usage

It is recommended to check the sample project to get a complete understanding of all the features offered by the library.

basic top bottom toast dialog

Contribution

I highly encourage the community to step forward and improve this library further. You can fix any reported bug, propose or implement new features, write tests, etc.

Here is a quick list of things to remember

  • Check the open issues before creating a new one,
  • Help me in reducing the number of open issues by fixing any existing bugs,
  • Check the roadmap to see if you can help in implementing any new feature,
  • You can contribute by writing unit and integration tests for this library,
  • If you have any new idea that aligns with the goal of this library, feel free to raise a feature request and discuss it.

License

Copyright 2019 sososdk

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the 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].