camera
A Flutter plugin for controlling the camera. Supports previewing the camera feed, capturing images and video, and streaming image buffers to Dart.
🤳🥫 The new Open Food Facts mobile application for Android and iOS, crafted with Flutter and Dart
A Flutter plugin for controlling the camera. Supports previewing the camera feed, capturing images and video, and streaming image buffers to Dart.
A vector graphics rendering package for Flutter using a binary encoding.
A Flutter plugin that provides a WebView widget backed by the system webview.
Lightweight and blazing fast key-value database written in pure Dart. Strongly encrypted using AES-256.
Extension for Hive. Makes it easier to use Hive in Flutter apps.
Flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine.
sqflite ffi based implementation, for desktop and units tests.
v8.3.0Flutter's №1 non-commercially aimed map client: it's easy-to-use, versatile, vendor-free, fully cross-platform, and 100% pure-Flutter
v6.6.0A Flutter plugin to play multiple audio files simultaneously
v0.15.0Photo View provides a gesture sensitive zoomable widget. Photo View is largely used to show interactive images and other stuff such as SVG.
v3.0.0A package provides an easy way to add shimmer effect in Flutter project
v5.1.2A carousel slider widget, support infinite scroll and custom child widget.
English project snapshot. Visit GitHub for the latest content.
GitHub language count GitHub top language GitHub last commit Github Repo Size
Full list of features on the wiki: https://wiki.openfoodfacts.org/Mobile_App/Features
fvm install 3.44.8
fvm use 3.44.8
fvm flutter --version
We have predefined run configurations for Android Studio and Visual Studio Code
In order to run the application, make sure you are in the packages/smooth_app directory and run
these commands:
flutter pub get .
On Android 🤖: flutter run -t lib/entrypoints/android/main_google_play.dart
On iOS/macOS 🍎: flutter run -t lib/entrypoints/ios/main_ios.dart
Troubleshooting : If you get an error like
App depends on scanner shared from path which depends on camera_platform_interface from git, version solving failed.
then run
flutter pub cache clean or manually delete theC:\Users\~\AppData\Local\Pub\Cache file.
Then redo the above procedure to run the app.