flutter_story_editor_pluss 0.0.6 copy "flutter_story_editor_pluss: ^0.0.6" to clipboard
flutter_story_editor_pluss: ^0.0.6 copied to clipboard

This package uses style of WhatsApp story image/video editor, you can edit images and videos. You can add texts, stickers, finger drawing, apply filter, and undo

example/main.dart

import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';

import 'example.dart';

main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: FlutterStoryEditorExample(),
    );
  }
}
2
likes
120
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

This package uses style of WhatsApp story image/video editor, you can edit images and videos. You can add texts, stickers, finger drawing, apply filter, and undo

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

file_picker, flutter, flutter_keyboard_visibility, font_awesome_flutter, hsv_color_pickers, image_cropper, material_design_icons_flutter, path, path_provider, perfect_freehand, vector_math, video_player, video_thumbnail, video_trimmer

More

Packages that depend on flutter_story_editor_pluss