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