drago_whatsapp_flutter 0.0.7 copy "drago_whatsapp_flutter: ^0.0.7" to clipboard
drago_whatsapp_flutter: ^0.0.7 copied to clipboard

This plugin will allow to send text, files in the background using whatsapp web

example/lib/main.dart

import 'package:example/home_controller.dart';
import 'package:example/home_view.dart';
import 'package:flex_color_scheme/flex_color_scheme.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';

void main() {
  Get.lazyPut(() => HomeController());
  runApp(
    GetMaterialApp(
      debugShowCheckedModeBanner: false,
      title: "Whatsapp Bot",
      theme: FlexThemeData.light(
        scheme: FlexScheme.dellGenoa,
        useMaterial3: true,
        appBarElevation: 15,
      ),
      home: const HomeView(),
    ),
  );
}
0
likes
150
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

This plugin will allow to send text, files in the background using whatsapp web

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, flutter_inappwebview, http, mime, zxing2

More

Packages that depend on drago_whatsapp_flutter