Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feduke-nukem/flutter_easy_dialogs
Easy dialogs library for Flutter
https://github.com/feduke-nukem/flutter_easy_dialogs
animation animations dart dialog-library dialogs easy-dialogs flutter flutter-animation flutter-easy-dialogs flutter-modal flutter-package library modal modal-dialogs ui-library
Last synced: about 1 month ago
JSON representation
Easy dialogs library for Flutter
- Host: GitHub
- URL: https://github.com/feduke-nukem/flutter_easy_dialogs
- Owner: feduke-nukem
- License: mit
- Created: 2022-10-22T09:34:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T06:47:57.000Z (about 2 months ago)
- Last Synced: 2024-10-07T16:44:08.472Z (about 1 month ago)
- Topics: animation, animations, dart, dialog-library, dialogs, easy-dialogs, flutter, flutter-animation, flutter-easy-dialogs, flutter-modal, flutter-package, library, modal, modal-dialogs, ui-library
- Language: Dart
- Homepage: https://pub.dev/packages/flutter_easy_dialogs
- Size: 1.11 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
#### What is `FlutterEasyDialogs` ?
It is an open-source package for the Flutter framework that provides easy-to-use and customizable dialogs based on [Overlay](https://api.flutter.dev/flutter/widgets/Overlay-class.html) for use in your application without `BuildContext`. With this library, you can quickly create and display dialogs such as alerts, confirmation dialogs, info dialogs, and etc.
The library is designed to be lightweight, efficient, and easy to use, making it ideal for developers who want to add dialog functionality to their apps without having to write complex code.## Documentation
- [Getting started](https://pub.dev/documentation/flutter_easy_dialogs/latest/topics/Getting%20started-topic.html)
- [Dialogs](https://pub.dev/documentation/flutter_easy_dialogs/latest/topics/Dialogs-topic.html)
- [Decorations](https://pub.dev/documentation/flutter_easy_dialogs/latest/topics/Decorations-topic.html)
- [Migration guide from 2.x to 3.x](https://pub.dev/documentation/flutter_easy_dialogs/latest/topics/Migration%20guide%20from%202.x%20to%203.x-topic.html)
- [FAQ](https://pub.dev/documentation/flutter_easy_dialogs/latest/topics/FAQ-topic.html)