Diego Garcia
Diego Garcia
It found out it was not that difficult, I simply kept track of the positions of each circle ``` var allCirclePositions = [Int:[CGPoint]]() /// browse circles and find possible position...
here's my workaround ``` let viewA = UIView() let viewB = UIView() let horizontalStack = UIStackView(arrangedSubviews: [viewA, cosmosView, viewB]) viewA.widthAnchor.constraint(equalTo: viewB.widthAnchor).isActive = true ```
Hello, with latest version the example has been fixed to support lates Firestore API.
I had the same issue. I think resolved it with something like this: `textController: textController, text: textController.text,`
It was either that or just declaring an empty onTextChanged
I have the menu’s width set to the device’s width so i don’t have acces to anything other than the menu when presented
Yes, I did that! Thanks!
Hello, I thought this was an issue too but I found the following, maybe it helps others too. When you check permission status you can specify the permission level to...
@arpitjainindianic have you found a solution for this?
Just tried with updated code from bloc post ```dart class MockBaseCacheManager extends Mock implements BaseCacheManager { static const fileSystem = LocalFileSystem(); @override Stream getFileStream( String url, { String? key, Map?...