diff --git a/README.md b/README.md index afc9ca2..8ddcdd8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ A splitter view for flutter. ## Usage To use this plugin, add split_view as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). +## Sample + + + ## Example ```dart import 'package:flutter/material.dart'; @@ -93,4 +97,4 @@ class _MyHomePageState extends State { ## ToDo - Add tests. - Aim to enhance documents. -- and more... \ No newline at end of file +- and more... diff --git a/sample.gif b/sample.gif new file mode 100644 index 0000000..1ac2dbc Binary files /dev/null and b/sample.gif differ