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:
copied to clipboard

Import #

Add this line to import the package.

import 'package:whatsapp_status_editor/whatsapp_status_editor.dart';

copied to clipboard

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(() {});
      }
    });
copied to clipboard

Preview #

drawing

Support me #

Buy Me A Coffee

3
likes
150
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.14 - 2025.02.26

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

Repository (GitHub)

Documentation

API reference

License

BSL-1.0 (license)

Dependencies

flutter, google_fonts, path_provider

More

Packages that depend on whatsapp_status_editor