Update README and code to set default sparkle shape to 'none' and add opacity control

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-04-15 11:24:32 +02:00
parent 0fec97163d
commit c7382c11a5
7 changed files with 257 additions and 80 deletions
+2
View File
@@ -1,9 +1,11 @@
import 'package:flutter/material.dart';
/// Local smoke-test entrypoint used when running the package directly.
void main() {
runApp(const MainApp());
}
/// Minimal app shell for package-level manual checks.
class MainApp extends StatelessWidget {
const MainApp({super.key});