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

https://github.com/felangel/rainbow_container

🌈 A magical container which changes colors whenever its build method is called.
https://github.com/felangel/rainbow_container

dart flutter flutter-package flutter-ui flutter-widget

Last synced: 3 months ago
JSON representation

🌈 A magical container which changes colors whenever its build method is called.

Awesome Lists containing this project

README

          

# 🌈 Rainbow Container

[![Pub](https://img.shields.io/pub/v/rainbow_container.svg)](https://pub.dev/packages/rainbow_container)
[![build](https://github.com/felangel/rainbow_container/actions/workflows/main.yaml/badge.svg)](https://github.com/felangel/rainbow_container/actions/workflows/main.yaml)
[![codecov](https://codecov.io/gh/felangel/rainbow_container/branch/master/graph/badge.svg)](https://codecov.io/gh/felangel/rainbow_container)

---

A magical container which changes colors whenever its build method is called.

```dart
RainbowContainer(
child: Text('Hello World'),
)
```