capsule_toast 1.1.0
capsule_toast: ^1.1.0 copied to clipboard
A reusable, brand-neutral Flutter package for morphing capsule notifications.
// Copyright 2026 The Capsule Toast Authors. All rights reserved.
import 'package:capsule_toast_example/capsule_toast_lab.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const CapsuleToastExampleApp());
}