flutter_protect_runtime 0.0.1 copy "flutter_protect_runtime: ^0.0.1" to clipboard
flutter_protect_runtime: ^0.0.1 copied to clipboard

专门克制无赖的工具

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_protect_runtime/flutter_protect_runtime.dart';

void main() {
  initGuard();

  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Runtime Guard Demo',
      theme: ThemeData(primarySwatch: Colors.red),
      home: const Scaffold(
        body: Center(
          child: Text('🔐 正在保护中...\n请查看控制台输出', textAlign: TextAlign.center),
        ),
      ),
    );
  }
}
1
likes
130
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

专门克制无赖的工具

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_protect_runtime