https://github.com/flarebyte/document_slot_bubblegum
Tiny windows for big infos in Flutter
https://github.com/flarebyte/document_slot_bubblegum
flutter flutter-package
Last synced: about 1 month ago
JSON representation
Tiny windows for big infos in Flutter
- Host: GitHub
- URL: https://github.com/flarebyte/document_slot_bubblegum
- Owner: flarebyte
- License: mit
- Created: 2024-11-20T00:18:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-01T20:54:30.000Z (about 1 year ago)
- Last Synced: 2025-08-22T17:59:59.327Z (9 months ago)
- Topics: flutter, flutter-package
- Language: Ruby
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# document\_slot\_bubblegum

> todo
todo

Highlights:
- todo
A few examples:
BubblegumMessageSlot Example:
```dart
BubblegumMessageSlot(
slot: _infoSlot,
messages: loopData.slotMessages.current().value,
options: BubblegumMessageSlotOptsBuilder()
.setIconCollection(IconRepo.iconCollection)
.setGroupMessagesByLevel(true)
.setOnTapHint('Fix the content')
.setOnMessageTap((message) => setState(() {
clickCounter++;
}))
.build(),
)
```
## Documentation and links
- [Code Maintenance :wrench:](MAINTENANCE.md)
- [Code Of Conduct](CODE_OF_CONDUCT.md)
- [Contributing :busts\_in\_silhouette: :construction:](CONTRIBUTING.md)
- [Architectural Decision Records :memo:](DECISIONS.md)
- [Contributors
:busts\_in\_silhouette:](https://github.com/flarebyte/document_slot_bubblegum/graphs/contributors)
- [Dependencies](https://github.com/flarebyte/document_slot_bubblegum/network/dependencies)
- [Glossary
:book:](https://github.com/flarebyte/overview/blob/main/GLOSSARY.md)
- [Software engineering principles
:gem:](https://github.com/flarebyte/overview/blob/main/PRINCIPLES.md)
- [Overview of Flarebyte.com ecosystem
:factory:](https://github.com/flarebyte/overview)
- [Dart dependencies](DEPENDENCIES.md)
- [Usage](USAGE.md)
- [Example](example/example.dart)
## Related
- [todo](https://)