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

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

Installation #

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

 dependencies:
  whatsapp_story_editor:

Import #

Add this line to import the package.

import 'package:whatsapp_story_editor/whatsapp_story_editor.dart';

How to use #

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

Support me #

Buy Me A Coffee

3
likes
0
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, google_fonts, path_provider

More

Packages that depend on whatsapp_status_editor