| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Flutter library that enables WhatsApp-like video note functionality in your mobile applications.
VideoNote is a powerful Flutter package that allows users to record, send, and receive short video messages similar to WhatsApp's video message feature. Perfect for adding quick video communication capabilities to your Flutter app.
Add videonote to your pubspec.yaml:
dependencies:
videonote: ^1.0.0Then run:
flutter pub getBasic Usage
import 'package:videonote/videonote.dart';
// Initialize VideoNote recorder in your widget tree
Container(child:VideoNote());once the widget is tapped it pops up the video note overlay
Requirements Flutter SDK: >=2.0.0 Dart SDK: >=2.12.0 iOS 11.0 or higher Android API level 21 or higher Documentation For detailed documentation and examples, visit the official documentation.
Contributing We welcome contributions! Please feel free to submit pull requests or open issues for bugs and feature requests.
License This project is licensed under the MIT License - see the LICENSE file for details.
Support For support and questions, please open an issue on the GitHub repository.
| Back | FazBrowse Home | New Git URL |