mohadel92
mohadel92
i would like to enform the users of this package that using it with flutter 1.22.5 or 1.22.6 causes installation of older version of flutter_web_view package that causes using of...
hi i tried to open instagram,youtube,twitter via "instagram://" and "instagram-stories://" see `:https://pureoxygenlabs.com/10-app-url-schemes-for-marketers/` and i failed the only working solution is 'whatsapp://' any help flutter version : Flutter 1.22.3 • channel...
**Is your feature request related to a problem? Please describe.** i want it to add to an existing app the share screen with video call option **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** in an arabic app i cant swipe in the desired direction **Describe the solution you'd like** the right swipe in...
Hi , Is it possible to have 2 logos ( one in Arabic and another in English ) base on current app locale i can detect the app locale, i...
hi i am using Vscode Version: 1.51.1 on macos 10.14.6 the logger doesn't give me the same colors as mentioned in the pub.dev i don't know why upload image to...
i am trying to show some icons from font-awesome via using but the icons doesn't show ## Steps to Reproduce Tesing environment ## Expected results the images should be visible...
**Describe the bug** i tried to load my json styling to the map as i used to do with offical google map and i failed **To Reproduce** Steps to reproduce...
I am using the `selectableDayPredicate` to prevent selection of blocked days in my app as a range but user can select before and after the blocked days e,g if the...
using a simple stateprovider the .nextPage(..) method or .previousPage(..) doesn't work ``` AutoDisposeStateProvider _pageControllerProvider = StateProvider.autoDispose( (StateProviderRef ref) { return PageController( initialPage: 0, viewportFraction: 0.9, ); }); my code: PageView.builder(...