Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A Flutter plugin for showing native alert dialog in IOS and Toast messages in Android.

License

NotificationsYou must be signed in to change notification settings

Oleksandr32/flutter-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Flutter plugin for showing native alert dialog in IOS and Toast messages in Android.

Usage

Just one line:

Alert(message:'Test').show()

Also for Android, alert has an optional boolean paramshortDuration:

Alert(message:'Test', shortDuration:true).show()

true is equivalent ofToast.LENGTH_SHORTfalse is equivalent ofToast.LENGTH_LONG

ParamshortDuration is true by default.

Examples

AndroidIOS

About

A Flutter plugin for showing native alert dialog in IOS and Toast messages in Android.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp