v1.0.2story_creator
A package for creating instagram like story, you can use this package to edit images and make it story ready by adding other contents over it like text.
31Likes 1830-day downloads140Pub points
AndroidiOSmacOSWindowsLinux
story_designer is created to help developers out there who are looking for implementing Instagram like stories editor.
{"sdk":"flutter"}^2.0.11^1.0.3^3.0.1—{"sdk":"flutter"}English project snapshot. Visit GitHub for the latest content.
A package for creating instagram like story, you can use this package to edit images and make it story ready by adding other contents over it like text.
Alt Text
Add this to your package's pubspec.yaml file:
dependencies:
story_creator: ^1.0.0
File editedFile = await Navigator.of(context).push(
MaterialPageRoute(builder: (context)=> StoryCreator(
filePath: file.path,
),
),
);