theoremreach_flutter 1.0.1 copy "theoremreach_flutter: ^1.0.1" to clipboard
theoremreach_flutter: ^1.0.1 copied to clipboard

outdated

Elevate your Flutter app's user engagement and data-driven decision-making with the Flutter TheoremReach Integration package.

example/lib/main.dart

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

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

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      title: 'TheoremReach Flutter Example',
      home: MyHomePage(),
    );
  }
}

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

  @override
  Widget build(BuildContext context) {
    return Scaffold(
        appBar: AppBar(
          title: const Text('TheoremReach Flutter Example'),
        ),
        body: const Surveys(
            userId: 'hdhgds', apiKey: '60c79ecd2bf59b7f18eb1c9255da'));
  }
}
1
likes
0
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

Elevate your Flutter app's user engagement and data-driven decision-making with the Flutter TheoremReach Integration package.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, webview_flutter

More

Packages that depend on theoremreach_flutter