v1.0.2story_creator
Instagram風のストーリーを作成するためのパッケージです。このパッケージを使用して、画像を編集し、テキストなどの他のコンテンツを追加することでストーリー用に仕上げることができます。
31いいね 1830日間ダウンロード140Pub ポイント
AndroidiOSmacOSWindowsLinux
story_designer は、Instagram風のストーリーエディターを実装したい開発者の方々を支援するために作成されました。
{"sdk":"flutter"}^2.0.11^1.0.3^3.0.1—{"sdk":"flutter"}以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。
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,
),
),
);