webengage_flutter_location 1.0.0 copy "webengage_flutter_location: ^1.0.0" to clipboard
webengage_flutter_location: ^1.0.0 copied to clipboard

PlatformiOS

A companion plugin that adds the WebEngage Location SDK to your Flutter iOS app via Swift Package Manager.

example/lib/main.dart

import 'package:flutter/material.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(title: const Text('WebEngage Location Example')),
        body: const Center(
          child: Padding(
            padding: EdgeInsets.all(24.0),
            child: Text(
              'webengage_flutter_location is a dependency-only plugin.\n\n'
              'It adds the WebEngage Location SDK to your iOS app via SPM. '
              'No Dart API is needed — the native SDK handles location '
              'tracking automatically.',
              textAlign: TextAlign.center,
            ),
          ),
        ),
      ),
    );
  }
}
0
likes
160
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A companion plugin that adds the WebEngage Location SDK to your Flutter iOS app via Swift Package Manager.

Homepage
Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on webengage_flutter_location

Packages that implement webengage_flutter_location