mirror of
https://github.com/Iconica-Development/flutter_dialogs.git
synced 2025-05-18 19:03:43 +02:00
Merge pull request #3 from Iconica-Development/doc/improve-readme
doc: improve readme
This commit is contained in:
commit
9e0cfd74fc
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -2,6 +2,21 @@
|
|||
|
||||
Flutter service package for showing popups and dialogs in your app
|
||||
|
||||
## Features
|
||||
|
||||
- Customizable dialog styles
|
||||
- Support for different types of dialogs (alert, confirmation, input)
|
||||
- Easy integration with Flutter projects
|
||||
- Ability to add custom actions and buttons to dialogs
|
||||
- Support for dialog animations and transitions
|
||||
- Localization and internationalization support
|
||||
- Accessibility features for dialogs
|
||||
- Theming options for dialogs
|
||||
|
||||
## Example
|
||||
|
||||
See [Example Code](example/lib/main.dart) for more info.
|
||||
|
||||
## Issues
|
||||
|
||||
Please file any issues, bugs or feature request as an issue on our [GitHub](https://github.com/Iconica-Development/flutter_dialogs/issues) page. Commercial support is available if you need help with integration with your app or services. You can contact us at [support@iconica.nl](mailto:support@iconica.nl).
|
||||
|
|
Loading…
Reference in a new issue