Skip to content

Instantly share code, notes, and snippets.

View kamranbekirovyz's full-sized avatar
✏️
Flutter Crafted Better

Kamran Bekirov kamranbekirovyz

✏️
Flutter Crafted Better
View GitHub Profile
import 'package:flutter/material.dart';
import 'package:shared_preferences/shared_preferences.dart';
const String _appPassword = 'flutterweb';
class PasswordProtectionOverlay extends StatefulWidget {
const PasswordProtectionOverlay({super.key});
@override
State<PasswordProtectionOverlay> createState() =>
import 'package:stack_trace/stack_trace.dart';
void wingardiumLogiosa(
Object? object, {
bool showOrigin = true,
}) {
final trace = Trace.current();
final splitted = trace.frames[1].member?.split(".");
String message = object.toString();