All Projects → hramaroson → flutter_cameraview

hramaroson / flutter_cameraview

Licence: MIT license
A Flutter plugin for Android and iOS allowing access to the device cameras, a bit deeper!!

Programming Languages

dart
5743 projects
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to flutter cameraview

Awesome Fluttercn
一份 Flutter 优秀中文资源列表,在这里能找到优质的Flutter库、工具,教程,文章等。
Stars: ✭ 208 (+1055.56%)
Mutual labels:  flutter-plugin
Flip box bar
A 3D Bottom Navigation Bar in Flutter
Stars: ✭ 236 (+1211.11%)
Mutual labels:  flutter-plugin
playify
Playify is a Flutter plugin for play/pause/seek songs, fetching music metadata, and browsing music library.
Stars: ✭ 32 (+77.78%)
Mutual labels:  flutter-plugin
Scratcher
Scratch card widget which temporarily hides content from user.
Stars: ✭ 210 (+1066.67%)
Mutual labels:  flutter-plugin
Betterplayer
Better video player for Flutter, with multiple configuration options. Solving typical use cases!
Stars: ✭ 205 (+1038.89%)
Mutual labels:  flutter-plugin
Flutter Nfc Reader
Flutter NFC reader plugin for iOS and Android
Stars: ✭ 240 (+1233.33%)
Mutual labels:  flutter-plugin
Plugins
Plugins for Flutter maintained by the Flutter team
Stars: ✭ 14,956 (+82988.89%)
Mutual labels:  flutter-plugin
flutter sliding tutorial
User onboarding library with smooth animation of objects and background colors
Stars: ✭ 127 (+605.56%)
Mutual labels:  flutter-plugin
Flutter fluid slider
A fluid design slider that works just like the Slider material widget.
Stars: ✭ 232 (+1188.89%)
Mutual labels:  flutter-plugin
FlutterToastPlugin
A new Flutter plugin for showing toast in android and ios.
Stars: ✭ 21 (+16.67%)
Mutual labels:  flutter-plugin
App review
App Review - Request and Write Reviews and Open Store Listing for Android and iOS in Flutter. Maintainer: @rodydavis
Stars: ✭ 213 (+1083.33%)
Mutual labels:  flutter-plugin
Flutter rating bar
A simple ratingbar for flutter which also include a rating bar indicator, supporting any fraction of rating.
Stars: ✭ 211 (+1072.22%)
Mutual labels:  flutter-plugin
flutter bolg manage
Flutter实战项目,采用Getx框架管理,遵循Material design设计风格,适合您实战参考或练手
Stars: ✭ 373 (+1972.22%)
Mutual labels:  flutter-plugin
Flutter speed dial
Flutter plugin to implement a Material Design Speed Dial
Stars: ✭ 206 (+1044.44%)
Mutual labels:  flutter-plugin
flutter wechat
flutter wechat
Stars: ✭ 76 (+322.22%)
Mutual labels:  flutter-plugin
Flutterexampleapps
[Example APPS] Basic Flutter apps, for flutter devs.
Stars: ✭ 15,950 (+88511.11%)
Mutual labels:  flutter-plugin
Sqfentity
SqfEntity ORM for Flutter/Dart lets you build and execute SQL commands on SQLite database easily and quickly with the help of fluent methods similar to .Net Entity Framework. SqfEntity also generates add/edit forms with validations and special controls (DropDown List, DateTime pickers, Checkboxes.. etc) for your table.
Stars: ✭ 237 (+1216.67%)
Mutual labels:  flutter-plugin
flutter opencv
Flutter plug-in providing (a few) basic bindings to OpenCV-4.x. OpenCV methods implemented without the Core packages. WIP.
Stars: ✭ 119 (+561.11%)
Mutual labels:  flutter-plugin
flutter shortcuts
Flutter plugin for creating static & dynamic app shortcuts on the home screen.
Stars: ✭ 47 (+161.11%)
Mutual labels:  flutter-plugin
firebase dart sdk
Unofficial Firebase Flutter SDK. Maintainer: @long1eu
Stars: ✭ 84 (+366.67%)
Mutual labels:  flutter-plugin

flutter_cameraview

A Flutter plugin for Android and iOS allowing access to the device cameras, a bit deeper!!. This plugin was created to offer more advanced features than the Flutter official Camera plugin.

NB: For Android, the required sdk version is also dropped to 16 or higher (as the official plugin only supports android sdk 21 and higher).

Features

  • Display live camera preview in widget.
  • Control flash.
  • Take and save pictures.

Installation

Use flutter_cameraview in a Flutter project

This plugin is not published to Flutter packages site yet, but you can use the github development version by adding the following section as a dependency in your pubspec.yaml file.

flutter_cameraview: 
    git:
      url: https://github.com/hramaroson/flutter_cameraview.git

Building the example

Execute the following commands from the plugin's root directory.

cd example
flutter run

License

flutter_cameraview is under MIT License.

Third party

This plugin uses Otalia Studios' CameraView which is under MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].