ranorex_flutternative_ios 0.0.5 copy "ranorex_flutternative_ios: ^0.0.5" to clipboard
ranorex_flutternative_ios: ^0.0.5 copied to clipboard

Ranorex Flutter RxAutomation.Ranorex Studio is a solution for developers and testers looking for simple, data-driven automated testing.

example/lib/main.dart

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

import 'flutter_gui/HomePage.dart';

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

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

  @override
  State<MyApp> createState() => _MyAppState();
}
class _MyAppState extends State<MyApp> {
  final _ranorexFlutternativeIosPlugin = RanorexFlutternativeIos();
  @override
  void initState() {
    super.initState();
    _ranorexFlutternativeIosPlugin.getPlatformVersion();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
        debugShowCheckedModeBanner: false,
        home: Homepage()
    );
  }
}
1
likes
0
points
12
downloads

Publisher

verified publisherranorex.com

Weekly Downloads

Ranorex Flutter RxAutomation.Ranorex Studio is a solution for developers and testers looking for simple, data-driven automated testing.

Homepage
Repository

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ranorex_flutternative_ios

Packages that implement ranorex_flutternative_ios