Mobile Apps: Difference between revisions

From Open Food Facts wiki
No edit summary
Β 
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
We currently have native apps for '''Android''', '''iOS''' and '''Ubuntu Touch'''.
We currently have native apps for '''Android''' and '''iOS'''.
Β 
== Get in touch ==
We also have an '''HTML-based app''' for other mobile OSes based on Cordova and PhoneGap. We'd very much like have native apps for speed and access to more advanced features.
{{Box
| 1Β  Β  =Β  Slack channel
| 2Β  Β  =Β  [https://openfoodfacts.slack.com/messages/CSV2748EB/ #mobile-app]
}}




== Official apps ==
== Official apps ==
=== New cross platform Flutter app ===
=== New cross platform Flutter app (smooth-app) ===
* [[Project Smoothie]]
* Initial coordination happened at [[Project Smoothie]]
* The application is already on Google Play and the Apple App Store (soon F-Droid) and you can [https://play.google.com/store/apps/details?id=org.openfoodfacts.scanner download it here].
* The application is already on [https://play.google.com/store/apps/details?id=org.openfoodfacts.scanner Google Play] and the Apple [https://apps.apple.com/fr/app/open-food-facts/id588797948#?platform=iphone App Store] as well as [https://f-droid.org/en/packages/openfoodfacts.github.scrachx.openfood/ F-Droid].
Β 
* You can contribute to its development ! https://github.com/openfoodfacts/smooth-app
=== Classic Android (deprecated) ===
* Figma file for the new mobile app: https://www.figma.com/design/nFMjewFAOa8c4ahtob7CAB/Mobile-App-Design-(Quentin)?node-id=0-1
Β 
* Sketch file for the PoC of the new mobile app revamp: https://www.sketch.com/s/11375b6d-9c02-4920-846d-a2b1376600b9
Β 
* Figma file for the marketing assets of the new mobile app:
The app is deprecated for food. You can nevertheless [https://github.com/openfoodfacts/openfoodfacts-androidapp contribute to its development on GitHub (it's still used at the moment for Open Beauty Facts, Open Pet Food Facts and Open Products Facts].
* We meet weekly and we take notes: https://docs.google.com/document/d/1uVr_QtRYtN-tfbbtNucGf9PSywmn5gq3iNBJWNv86Ts/edit?resourcekey=0-To2kO4r6DaNxBuAMB1hcwQ#heading=h.wumxfvbr6s5g
Β 
=== Useful links for the underlying Dart SDK (openfoodfacts-dart) ===
==== Documentation of the source code ====
Dart plugin : [https://pub.dev/packages/openfoodfacts openfoodfacts | Flutter Package]<br>
The documentation is generated automatically from the source code and your improvements to code documentation are published automatically. https://openfoodfacts.github.io/openfoodfacts-androidapp/
Dart plugin documentation : [https://github.com/openfoodfacts/openfoodfacts-dart/blob/documentation/DOCUMENTATION.md openfoodfacts-dart documentation]<br>
Β 
API documentation : <br>
==== Figma ====
<br>
Β 
Flutter SDK : [https://flutter.dev Flutter website]<br>
[https://www.figma.com/files/project/32722224/Android?fuid=969925716131479490 Figma project for the Android app]
Flutter plugins repository : [https://pub.dev Official repository]<br>
Β 
==== Roadmap ====
[[Mobile App/Roadmap]]
Β 
=== iOS (soon to be deprecated for the Flutter app) ===
The application is on the Apple App store. It is coded in Swift.
Β 
[https://apps.apple.com/fr/app/open-food-facts/id588797948#?platform=iphone download it here].
Β 
You can also [https://github.com/openfoodfacts/openfoodfacts-ios contribute to its development on GitHub].
Β 
#ios and #ios-alerts on Slack


==== Roadmap ====
=== Features ===
[[Mobile App/Features]]
=== Roadmap ===
[[Mobile App/Roadmap]]
[[Mobile App/Roadmap]]


==== Figma ====
=== Who we are - Core attributes ===
[https://www.figma.com/files/project/32722591/iOS?fuid=969925716131479490 iOS Figma Project]
[[Mobile_App/Core_attributes]]
Β 
=== Ubuntu mobile ===
For now it is an alpha version.
Β 
You can compile it directly from the main repo on GitHub:
https://github.com/openfoodfacts/openfoodfacts-ubuntu


== Mobile web version ==
== Mobile web version ==


See https://en.wiki.openfoodfacts.org/Project:Mobile_version
See [[Project:Mobile_version|the Mobile Web/PWA version]]
Β 
==Β  Phonegap - Android, iOS, Windows Phone (deprecated) ==
Β 
The application is mainly dedicated to the collection of products: bar code scanning , sending photos, input basic information.
Β 
The application is developed in HTML and JavaScript and is based on the PhoneGap platform (also known as Cordova). It is packaged for Android and iOS and used to be packaged with the Moodstock scanner. It now needs the BarcodeScanner PhoneGap plugin instead.
Β 
Links:
* Code on GitHub : https://github.com/openfoodfacts/openfoodfacts-android/tree/master/phonegap/Open%20Food%20Facts
* [https://apps.apple.com/fr/app/open-food-facts/id588797948 App on the Apple AppStore]
* [https://play.google.com/store/apps/details?id=org.openfoodfacts.scanner App on Google Play]
* App on the Windows Store
* App on the Amazon Store
Β 
=== Development notes ===
[[Mobile App/Development Notes]]
Β 
== Brainstorming ==
[[Mobile App/Roadmap]]
Β 
== Applications dedicated to uses other than the collection ==
=== Large public Application:Β  information consultation ===
Display nutritional traffic lights etc. .
=== Large public Application: augmented reality ===
* Information display overlay product .
* Ongoing trial with Moodstocks. First tests rather conclusive: the products are easily recognized when the camera passes over (without scanning and without taking a picture).
=== Application for people who have difficulty reading ===
* For people who are blind, have difficulty reading when it says very little that can not read.
* Demo of Speech-enabled app on Android http://fr.openfoodfacts.org/js/off-vocal.apk
Β 
=== Other Apps? ===
* Calculation of calories and other nutrients
* An offline version ( avoiding making an internet connection for lookups)


== Distribution ==
== Distribution ==
[[Mobile App/AppStores]]
* We want to widen distribution, pragmatically, to more people who might not have Google Play: [[Mobile App/AppStores]]


[[fr:Projet:Applications mobiles]]
[[Category:Mobile]]
[[Category:Mobile]]
[[Category:Developer]]
[[Category:Developer]]
[[Category:Project]]

Latest revision as of 13:15, 15 August 2024

We currently have native apps for Android and iOS.

Get in touch

Slack channel


Official apps

New cross platform Flutter app (smooth-app)

Useful links for the underlying Dart SDK (openfoodfacts-dart)

Dart plugin : openfoodfacts | Flutter Package
Dart plugin documentation : openfoodfacts-dart documentation
API documentation :

Flutter SDK : Flutter website
Flutter plugins repository : Official repository

Features

Mobile App/Features

Roadmap

Mobile App/Roadmap

Who we are - Core attributes

Mobile_App/Core_attributes

Mobile web version

See the Mobile Web/PWA version

Distribution

  • We want to widen distribution, pragmatically, to more people who might not have Google Play: Mobile App/AppStores