All Projects → yako-dev → Flutter Status Alert

yako-dev / Flutter Status Alert

Licence: apache-2.0
Display Apple system-like self-hiding status alerts. It is well suited for notifying user without interrupting user flow.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flutter Status Alert

Flutter badges
A flutter package for creating badges.
Stars: ✭ 391 (+252.25%)
Mutual labels:  mobile, ui-components, widget
Flutter Settings Ui
Create native settings for Flutter app in a minutes.
Stars: ✭ 363 (+227.03%)
Mutual labels:  mobile, ui-components, widget
flutter json view
📄 Displaying json models in a Flutter widget
Stars: ✭ 28 (-74.77%)
Mutual labels:  widget, ui-components
Colorpicker
jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).
Stars: ✭ 271 (+144.14%)
Mutual labels:  ui-components, widget
Cleanymodal
Swift UI Kit to present clean modal/alert
Stars: ✭ 437 (+293.69%)
Mutual labels:  ui-components, alert
Jeelizglassesvtowidget
JavaScript/WebGL glasses virtual try on widget. Real time webcam experience, robust to all lighting conditions, high end 3D PBR rendering, easy to integrate, fallback to server-side rendering
Stars: ✭ 134 (+20.72%)
Mutual labels:  mobile, widget
Vue Toastify
🔥 Simple, extendable, dependency free notification plugin. 🔥
Stars: ✭ 126 (+13.51%)
Mutual labels:  status, alert
Ka Table
Lightweight MIT React Table component for both TS and JS with Sorting, Filtering, Grouping, Virtualization, Editing and many more
Stars: ✭ 117 (+5.41%)
Mutual labels:  ui-components, widget
Incubator Weex Ui
🏄 A rich interaction, lightweight, high performance UI library based on Weex.
Stars: ✭ 4,793 (+4218.02%)
Mutual labels:  mobile, ui-components
Fcalertview
FCAlertView is a Flat Customizable AlertView for iOS (Written in Objective C)
Stars: ✭ 777 (+600%)
Mutual labels:  ui-components, alert
Spalert
Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.
Stars: ✭ 1,014 (+813.51%)
Mutual labels:  ui-components, alert
Nativescript Drop Down
A NativeScript DropDown widget.
Stars: ✭ 107 (-3.6%)
Mutual labels:  ui-components, widget
Components
MobileUI was created thinking of making your hybrid application faster and smaller since you only install what you are really going to use for UI.
Stars: ✭ 125 (+12.61%)
Mutual labels:  mobile, ui-components
chatKit
Open Source React Chat Widget. Ready for use and can be connected to any backend like Chatbot/NLP/Live Chat engine or messenger.
Stars: ✭ 42 (-62.16%)
Mutual labels:  widget, ui-components
Alerttoast
Create Apple-like alerts & toasts using SwiftUI
Stars: ✭ 151 (+36.04%)
Mutual labels:  ui-components, alert
Fancyaccordionview
An Android fancy accordion view
Stars: ✭ 64 (-42.34%)
Mutual labels:  ui-components, widget
Hibiscus.js
Native Angular directives for Bootstrap4
Stars: ✭ 115 (+3.6%)
Mutual labels:  widget, alert
Cfnotify
A customizable framework to create draggable views
Stars: ✭ 490 (+341.44%)
Mutual labels:  ui-components, alert
Pure Css3 Animated Border
Pure CSS3 animated border for all html element.
Stars: ✭ 63 (-43.24%)
Mutual labels:  ui-components, widget
Nativescript Ui Feedback
This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Stars: ✭ 110 (-0.9%)
Mutual labels:  mobile, ui-components

Status Alert for Flutter

Pub Version

Installing:

In your pubspec.yaml

dependencies:
  status_alert: ^0.1.3
import 'package:status_alert/status_alert.dart';

Basic Usage:

    StatusAlert.show(
      context,
      duration: Duration(seconds: 2),
      title: 'Title',
      subtitle: 'Subtitle',
      configuration: IconConfiguration(icon: Icons.done),
    )


Apple Podcasts vs Status Alert:


License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details

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].