FLUTTER ECOSYSTEM

tjcampanella/story_creator

story_designer foi criado para ajudar desenvolvedores que procuram implementar um editor de histórias semelhante ao do Instagram.

Capa do projeto story_creator
Stars
2
Forks
2
Último push (UTC)
11 de jun. de 2022
Status do projeto
Ativo
tjcampanella GitHub avatar
GITHUB User

tjcampanella ↗

LinguagensDartRubySwiftKotlinObjective-C

Pacotes publicados por este repositório

Dependências usadas

Lista de dependências 6 itens

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher README

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,
	),
  ),
);