Nikolaus Heger

Results 29 comments of Nikolaus Heger

BTW I only found this because IDE groups resources, and I only saw 3 for this one.

It's finally working - not sure how this was fixed - flutter or iOS simulator? Simulator: iOS 15.5 Version 13.4.1 (977.2) SimulatorKit 618 CoreSimulator 802.6.1 XCode: Version 13.4.1 (13F100) Flutter:...

> This is an Xcode/iOS simulator issue from what I've gathered. I am googling this issue and have noticed that it worked in the past. It doesn't seem to be...

I have the same issue with Firebase bearer tokens, they also need to be refreshed and set as headers before each call. Alamofire 5 will support an asynchronous version of...

I added it actually, could do a PR

Happy to provide a PR for you that supports the already existing RequestAdapter- I am using this now for this purpose and thinking apart from edge cases, it's good enough...

> use this line: originWhitelist={['_']} /> This worked for me - boom charts are rendering! Thanks!

@chanil1218 Thanks so much, that fixed it. (First time I'm trying to use NMRangeSlider and then that happened... classic.)

It is broken again Local dependencies are back - I commented them out But then got this dependency conflict. ``` Running "flutter pub get" in app... Because every version of...

> use `dependency_overrides` to fix the deps conflict: > > ```yaml > dependency_overrides: > polkawallet_ui: ^0.4.8 > polkawallet_sdk: ^0.4.8 > ``` Thanks, that worked. Also had to override the "rive"...