9 Commits

Author SHA1 Message Date
fb14a736cc Update iOS project files (#4984) 2024-01-15 13:02:26 +01:00
199e27e47e refactor: Simpler project structure (#3555)
* refactor: Simpler project structure

* fix dependabot
2023-01-09 17:44:58 +01:00
4198d41985 fix: #1094 - icons instead of unicode for score items (#1104)
New file:
* `Podfile.lock`: related to a fresh iOS restart

Impacted file:
* `attributes_card_helper.dart`: icons instead of unicode for score items
* `contents.xcworkspacedata`: related to a fresh iOS restart
* `Debug.xcconfig`: related to a fresh iOS restart
* `project.pbxproj`: related to a fresh iOS restart
* `Release.xcconfig`: related to a fresh iOS restart
2022-02-10 09:49:53 +01:00
5987e76062 Release/0.0.2 -> develop (#1097)
* temporary change to refresh playstore

temporary change to refresh playstore

* Update android-release.yml

* Update ios-release.yml

* Update android-release.yml

* Update ios-release.yml

* CD: Temporary change to work with Branch instead of tags (#666)

* Update build.gradle

* fix: iOS minimum deployment target (#928)

* Update AppFrameworkInfo.plist

* Update project.pbxproj

* Update AppFrameworkInfo.plist

* Update project.pbxproj

* Update Podfile

* Update Podfile

* Update project.pbxproj

* Update android-release.yml

* Update android-release.yml

* trying to make android release again

trying to make android release again by reverting to old version

* trying to delete podfile.lock

* Update build.gradle

* Update android-release.yml

* Create Podfile

* Create Podfile.lock

* adding pod repo update

* Update ios-release.yml

* Delete Podfile

* Delete Podfile.lock

* Update ios-release.yml

* Update ios-release.yml

* Update ios-release.yml

* Project recreation (#1088)

* Simple working recreation

* Added linting rules, README, tests

* Android step 1

* Update pubspec.yaml

* Recreated splash + icons

* Added android fastlane

* Final android

* First iOS

* Second final? iOS

* Update Info.plist

* Update ios-release.yml

* Update ios-release.yml

* Update ios-release.yml

* chmod (#1090)

* Update ios-release.yml

* Update ios-release.yml

* Update ios-release.yml

* Update ios-release.yml

* Moved picker example (#1091)

* Update ios-release.yml

* Update ios-release.yml

* Create Podfile

* Update Podfile

* Update Podfile

* Update Podfile

* Update ios-release.yml

* Update Podfile

* Revert "Update Podfile"

This reverts commit 801cbfcb504bf5c8e0100533e6437b70b3271350.

* Update Podfile

* Update Podfile

* Update Podfile

* IPHONEOS_DEPLOYMENT_TARGET 11

* Update Info.plist

Co-authored-by: Pierre Slamich <pierre@openfoodfacts.org>
2022-02-09 19:44:19 +01:00
40c8efb134 Ios build fix (#1084)
* Regenerated flutter native files

* Regenerated splash screen and app icon

* Updated for needs

* Delete MainActivity.kt
2022-02-07 20:38:22 +01:00
919f0a0861 fix: Fix iOS build (#996)
* Update project.pbxproj

* Update AppFrameworkInfo.plist

* Update Podfile

* Update Podfile

* Update project.pbxproj
2022-02-03 16:48:15 +01:00
d9c361f3ca Category picker (#565)
This adds a widget that will do Category picking, or picking from any other hierarchical data structure.

It is designed to be incorporated via a query function that is given a "path" of values to the location in the hierarchy, so that the entire hierarchy doesn't need to be given to the widget. It just needs to hold the path to the location. The data types for the values and the hierarchy are both generic, so that any type may be used.

It supports creating new entries in the hierarchy, deleting selected items, and selecting new items.

Here's an interactive example of the picker (if it doesn't load, try again at the top of the hour: DartPad occasionally runs out of GitHub quota).

This is a first draft of this widget, and will probably need refinement.

I added support for macos and linux in the example, only because it is easy/fast to prototype things on those platforms. We can skip that if you don't think it is useful. Consequently, all the files in this PR under packages/smooth_ui_library/example/{linux,macos} are auto-generated by flutter create, so there is no need to review them deeply.
2021-09-08 09:46:03 -07:00
2d0c531a75 Changed min os version 2021-02-15 00:31:07 +01:00
28163254ad Project structure 2020-04-23 15:28:51 +02:00