An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# document\_slot\_bubblegum

![Experimental](https://img.shields.io/badge/status-experimental-blue)

> todo

todo

![Hero image for document\_slot\_bubblegum](doc/document_slot_bubblegum.jpeg)

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://)