mariusgab

Results 5 comments of mariusgab

how you managed to install the library in the first place? for me it gives an error when running pod install: "target has transitive dependencies that include static binaries"

managed to make it work for sleep by changing to this code `var sample: HKObject? if (unitLookUp(key: type) == HKUnit.init(from: "")) { sample = HKCategorySample(type: dataTypeLookUp(key: type) as! HKCategoryType, value:...

this package is unusable without this fixed, the code example crashes with 'ScrollController attached to multiple scroll views.' when trying to drag and drop an item

> I also encountered the same problem seems to work if you set the main branch for the package appflowy_board: git: url: https://github.com/AppFlowy-IO/appflowy-board.git ref: main

> If we expose the ScrollController of each group, would that be enough for you to setup a listener and insert "items from next page" into the group when it...