whatsapp_status_editor

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

whatsapp status 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 #

Support me #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.