Skip to content

story_designer is created to help developers out there who are looking for implementing Instagram like stories editor.

License

Notifications You must be signed in to change notification settings

tjcampanella/story_creator

 
 

Repository files navigation

story_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.

Alt Text

Getting Started

Add this to your package's pubspec.yaml file:

dependencies:
  story_creator: ^1.0.0

Use it like this

File editedFile = await Navigator.of(context).push(
	MaterialPageRoute(builder: (context)=> StoryCreator(
    	filePath: file.path,
	),
  ),
);

About

story_designer is created to help developers out there who are looking for implementing Instagram like stories editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 94.2%
  • Ruby 4.1%
  • Swift 1.2%
  • Other 0.5%