4 Commits

Author SHA1 Message Date
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
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
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
28163254ad Project structure 2020-04-23 15:28:51 +02:00