0 purchases
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 #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.