Eray Erdin (&mut self)

Results 64 comments of Eray Erdin (&mut self)

Well, I'm trying to use this with `get_it`. I register my client with: ```dart getIt.registerLazySingleton( () => BaseOptions(baseUrl: 'https://www.bscotch.net/api/levelhead'), instanceName: 'rumpusClientBaseOptions'); getIt.registerLazySingleton( () => Dio(getIt.get(instanceName: 'rumpusClientBaseOptions')), instanceName: 'rumpusClient'); ``` Then...

One year late, yet I think it might be related to [this SO answer](https://stackoverflow.com/a/39966770/2926992). I haven't tried it though.

README says we need `0.11` for Bevy `0.15`, however there's no release of `0.11`. Edit: Using this until it releases: ```toml bevy-parallax = { git = "https://github.com/Corrosive-Games/bevy-parallax.git", rev = "5e09918",...

Bu uygulama Türkiye'de çalışmıyor bro'lar. Discord'un kendi web sitesini FoxyProxy ile deniyorum, bir türlü olmuyor.

We still have this problem with automatic install script. What's the version of firebase-tools that does not have this exact problem?

I stylized the example app. You can see the changes in realtime in a table. https://user-images.githubusercontent.com/2399084/205753276-3725bb93-9574-4961-bd15-0a379c22a898.mp4

Tests are done. Added a section to readme. There are still things to do, though. Currently, `StreamBuilder` strangely needs `setState` to refresh its content in the example app. I'll try...

So, I've changed `example/main.dart` on my local machine. This is what I've done, and it's the ideal usecase in my mind. # The Minimum Ideal Usecase ```dart class CompleteForm extends...