RomanSoviak

Results 9 issues of RomanSoviak

HI! How can I increase length between two dots

![image](https://user-images.githubusercontent.com/26696190/111968563-f4030980-8b01-11eb-832c-2f717d156560.png)

enhancement

method `useOnlyOfflineRecognition(boolean)` do nothing

After setState on widget my inputted text in `TagsTextField` became deleted. In my simple TextField I can manage it with TextController. Please Add possibility to pass textController to TagsTextField or...

Observation

Hi my text in text field not fully displayed in Flutter WEB ![image](https://user-images.githubusercontent.com/26696190/96100244-d68b9d00-0edc-11eb-8f65-a7ab3b46660a.png) `Tags( runAlignment: WrapAlignment.start, alignment: WrapAlignment.start, key: _tagStateKey, textField: TagsTextField( textStyle: TextStyle(fontSize: ScreenUtil().setSp(13)), inputDecoration: InputDecoration( focusColor: Colors.orange, labelText:...

bugfix - WEB

### Steps to reproduce I got subscriptions info details after request `queryProductDetails` method, but I cannot find the trial period for the subscriptions. My subscriptions have trials it, but I...

c: new feature
p: in_app_purchase
package
c: proposal
team-ecosystem

https://github.com/hnvn/flutter_image_cropper/assets/26696190/a46e147c-6dff-4e8f-9cd1-c7b9063182b3 As you can see in the video the crop dialog is always pinned to the top of the page

I have this code and I don't know how to change text Color depends on the tab selection ``` bottomNavigationBar: StyleProvider( style: BookReaderNavigationBarStyle(), child: ConvexAppBar( style: TabStyle.react, items: bottomNavigationItems, color:...

### Version of flutter_inapp_purchase 5.4.2 ### Platforms you faced the error (IOS or Android or both?) Android ### Expected behavior I should be able to access IAPItem.freeTrialPeriodAndroid or similar api...