-
On starting the app, it should show a loading animation while fetching local weather data from Open Weather Map API and then navigate to a screen showing the weather details. But thats not happening. …
-
I can't write Map's Class correctly, please help...
This Class doesn't work. How can I add my project this lib. Thanks..
(You can find my code on my repositories)
-> https://github.com/mahmutca…
-
**Describe the bug**
I was implementing a variation of the weather example and the onTransition was never get called twice.
**To Reproduce**
```
abstract class ExchangeState extends Equatable {
…
-
For example, I have a button that would normally have the Navigator call in the onPressed. Using this Bloc pattern, I would dispatch that button click event and then what? What runs the Navigator call…
-
## Bug report
**Describe the bug**
Hi, I update Flutter yesterday and now the app don't run on IOS. On android, everything works fine, but on IOS it crashes errors as below. I tried already 'flutt…
-
**Describe the bug**
The app is a simple messenger, using firestore.
After setting the message event/state/bloc and also the repository that handles the message sending/fetching
I instantiated the …
-
![image](https://user-images.githubusercontent.com/9276376/93050839-27b63000-f696-11ea-9517-b5e68c9f2377.png)
Performing hot reload...
Reloaded 0 of 912 libraries in 76ms.
flutter: fluttify-d…
-
### Device / Emulator and OS
Please complete the following information for each phone and/or emulator you're experiencing this bug on:
- Device: iPhone 11 Pro Max (Device & Simulator)
- OS: iOS…
-
**Describe the bug**
Dispatches of the same event class back to back are ignored. This is due to the
`if (currentState == nextState) return;`
in Bloc._bindStateSubject.
Removing that line o…
-
i'm working on an app for a Hotel in flutter. the app uses WeatherStack Service( currently the free offer for testing) and i found that the weather icons sucks and does not go well with the theme colo…