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.
- Host: GitHub
- URL: https://github.com/felangel/rainbow_container
- Owner: felangel
- License: mit
- Created: 2019-10-18T06:15:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T05:30:36.000Z (over 4 years ago)
- Last Synced: 2025-04-13T12:27:56.448Z (6 months ago)
- Topics: dart, flutter, flutter-package, flutter-ui, flutter-widget
- Language: C++
- Homepage: https://pub.dev/packages/rainbow_container
- Size: 190 KB
- Stars: 20
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 🌈 Rainbow Container
[](https://pub.dev/packages/rainbow_container)
[](https://github.com/felangel/rainbow_container/actions/workflows/main.yaml)
[](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'),
)
```