Skip to content

Instantly share code, notes, and snippets.

View mcpeng's full-sized avatar
😎
I may be slow to respond.

mcp mcpeng

😎
I may be slow to respond.
View GitHub Profile
@mcpeng
mcpeng / main.dart
Created August 31, 2025 11:41 — forked from flar/main.dart
Example of how to fade the edges of a BackdropFilter
import 'dart:ui';
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});