intercom_flutter_web 1.1.5 copy "intercom_flutter_web: ^1.1.5" to clipboard
intercom_flutter_web: ^1.1.5 copied to clipboard

Platformweb

Web platform implementation of intercom_flutter

example/lib/main.dart

import 'package:flutter/material.dart';

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

/// App for testing
class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return Directionality(
      textDirection: TextDirection.ltr,
      child: Text('Testing... Look at the console output for results!'),
    );
  }
}
copied to clipboard
1
likes
140
points
70.6k
downloads

Publisher

verified publisherintercom.deepakdroid.xyz

Weekly Downloads

2024.09.20 - 2025.04.04

Web platform implementation of intercom_flutter

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, intercom_flutter_platform_interface, uuid, web

More

Packages that depend on intercom_flutter_web