Truong Hung Huy
Truong Hung Huy
**Describe the bug** - In Flutter version 3.7.9, FlutterInjector.instance().flutterLoader became FlutterInjector.instance().flutterLoader() - Your code at file DownloaderWorker.kt: ```kotlin val appBundlePath: String = FlutterInjector.instance().flutterLoader.findAppBundlePath() ``` **To Reproduce** Steps to reproduce the...
Here's how to reproduce it: ```go package main import ( "fmt" "github.com/mitchellh/hashstructure/v2" ) type TempStruct struct { Strings []string `hash:"set"` } func main() { channelIds := &[]string{ "66693f7ecdd2e6e2b6f30c18", "66693f7ecdd2e6e2b6f30c19", }...