whatsapp_status_editor 0.0.4 copy "whatsapp_status_editor: ^0.0.4" to clipboard
whatsapp_status_editor: ^0.0.4 copied to clipboard

This package is created in the style of the WhatsApp text editor,

Installation #

Add whatsapp_status_editor: to your pubspec.yaml dependencies then run flutter pub get

 dependencies:
  whatsapp_status_editor:

Import #

Add this line to import the package.

import 'package:whatsapp_status_editor/whatsapp_status_editor.dart';

How to use #

    await Navigator.push(
      context,
      MaterialPageRoute(
        builder: (context) => const StatusEditor(),
      ),
    ).then((res) async {
      print(res);
      if (res != null) {
        print(res);
        filePath = res;
        setState(() {});
      }
    });

Preview #

drawing

Support me #

Buy Me A Coffee

3
likes
140
points
23
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This package is created in the style of the WhatsApp text editor,

Repository (GitHub)
View/report issues

License

BSL-1.0 (license)

Dependencies

flutter, google_fonts, path_provider

More

Packages that depend on whatsapp_status_editor