Charles Dyason
Charles Dyason
Same problem with [OvalTopBorderClipper()](https://github.com/lohanidamodar/flutter_custom_clippers/blob/master/lib/src/oval_top_border_clipper.dart). ``` error: The argument type 'OvalTopBorderClipper' can't be assigned to the parameter type 'CustomClipper?'. (argument_type_not_assignable at [my_app] lib/screens/dashboard/profile/ui_tab_profile.dart:46) ``` **Reason:** `OvalTopBorderClipper` extends `CustomClipper` (correct) with type...
Confirmed in `6.0.0`. `AR` is included in `flagsCode` found [here](https://github.com/LunaGao/flag_flutter/blob/stable/lib/flag_widget.dart#L113) and continues on [here](https://github.com/LunaGao/flag_flutter/blob/stable/lib/flag_widget.dart#L117) but returns an blank/transparent widget.
**Stacktrace:** ``` ======== Exception caught by SVG =================================================================== The following StateError was thrown resolving a single-frame picture stream: Bad state: Expected to find Drawable with id url(#d). Have ids: (url(#flag-icons-ar),...
**Update:** It seems multiple countries have issues loading flags. Scrolling through the list of country codes found [here](https://github.com/Daniel-Ioannou/flutter_country_picker/blob/master/lib/src/res/country_codes.dart), I see there are some recognized countries whose flags do not show....
> @srinikande it is not possible.. to make these happen you have to use isolates in dart Do you have a sample/example of this?
hi @magnusja _this feels like a useless comment but I will say it in anycase._ I think my issue appeared when attempting to read an incomplete file. (I copied over...
@magnusja Hi Magnus So it seems I have gotten a number of additional crashes, however these have a different output to that shown above. Instead of > Fatal Exception: java.lang.ArrayIndexOutOfBoundsException:...
Hi @yazanturk I'm not familiar with this tablet or brand. Does it: - have a Phone app (take a non-data sim) - support Calling Accounts (see Phone App > Settings...
@yazanturk any update?
> Whenever I am receiving an incoming call, the notification shows the default caller name that I have set using the .defaultCaller function of twilio_voice package. I have verified that...