-
I have svg picture with transparent, when I used this package for showing my svg pictures, the transparent not appeared!
The actual svg:
![weather_night](https://user-images.githubusercontent.com…
-
How can I contribute to this project?
Can someone guide me with the steps to clone this project?
-
First of all, thanks for the excellent tutorial! It works fine as is, but after updating to
`flutter_riverpod: ^0.14.0+1` the following errors appear:
```
ERROR: lib/presentation/weather_search_p…
-
Hi Lee,
First of all I would like to thank you.
Using this code I managed to build a flutter android app and send a notification to my pinetime watch.
Also, I used you updater app to flash infini…
-
This error is because of open weather API
Replace
```js
double temp = weatherData['main']['temp'];
temperature = temp.toInt();
```
with
```js
if (weatherData['main']['temp'].runtimeType ==…
-
## Goal and Overall Approach
The goal of this task is to explore ways to collect, display, and make climate data actionable for AGC members.
Remember the difference between [climate and weather…
-
This is a follow-up for issue https://github.com/flutter/flutter/issues/12786.
As of https://github.com/flutter/engine/pull/4575 we have partial support for a11y text entry on iOS.
What works:
…
-
## Use case
I have reviewed example code https://gallery.flutter.dev/#/demo/text-field. I think it is very verbose.
The concept of having TextFormFieldDemo and TextFormFieldDemoState I believe i…
-
**Description**
Installed the new version pip install flet==0.21.1
I built aab bundle using `flet build aab --no-ios-splash --verbose` command
After this when I tried uploading the aab file on …
-
I'm trying to use Sailor with flutter_bloc. When adding a SailorRoute like this:
```
SailorRoute(
name: '/details',
builder: (context, args, params) {
print('conte…