whatsappstickerapi 0.1.2 copy "whatsappstickerapi: ^0.1.2" to clipboard
whatsappstickerapi: ^0.1.2 copied to clipboard

Flutter plugin for adding WhatsApp Internet Base Stickers within your flutter app.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'ui/HomePage.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: "Sticker Internet",
      theme: ThemeData(
        primaryColor: Colors.white,
      ),
      debugShowCheckedModeBanner: false,
      home: MyHomePage(),
    );
  }
}
6
likes
130
pub points
18%
popularity

Publisher

verified publisherviztushar.dev

Flutter plugin for adding WhatsApp Internet Base Stickers within your flutter app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on whatsappstickerapi