mobile_protect 24.3.1 copy "mobile_protect: ^24.3.1" to clipboard
mobile_protect: ^24.3.1 copied to clipboard

Data Theorem's Mobile Protect SDK for mobile Flutter applications

example/lib/main.dart

import 'package:flutter/material.dart';
import 'ui/root_page.dart';

void main() {
  runApp(const InternalExampleApp());
}


class InternalExampleApp extends StatefulWidget {
  const InternalExampleApp({Key? key})
      : super(
    key: key,
  );

  @override
  State createState() => _InternalExampleAppState();
}

class _InternalExampleAppState extends State<InternalExampleApp> {
  static const title = 'Instrumentation Example';

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
        title: title, home: RootPage(title: title));
  }
}
0
likes
140
points
1.36k
downloads

Publisher

verified publisherdatatheorem.com

Weekly Downloads

Data Theorem's Mobile Protect SDK for mobile Flutter applications

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on mobile_protect