-
I\’m actually trying to make a health report using the flutter pdf library. After adding a border-radius to my container, …
- 66 views
- 0 answers
- 0 votes
-
my code is: class Constants { Constants._(); static IrisLocaleDelegate localeDelegate = _prepare(); static IrisLocaleDelegate _prepare() { print(\’prepare…..\’); <<– this line …
- 92 views
- 1 answers
- 0 votes
-
I am trying to fetch the api by using flutter_bloc library pattern and i successfully able to get the data …
- 116 views
- 1 answers
- 0 votes
-
I am new to flutter. Am trying to consume a Rest_Api from my UI to make a get Request,however i …
- 190 views
- 1 answers
- 0 votes
-
SOLVED: I WAS GETTING ANOTHER STATE INSTEAD OF WHAT I EXPECTED I have two screens in my app. The first …
- 85 views
- 0 answers
- 0 votes
-
I have circular container of 150 width and 150 height 1, I have used image_cropper: ^1.4.1 but it is resizing …
- 94 views
- 0 answers
- 0 votes
-
enter image description hereI have TextFormField in Container, and I want to align the error message at the bottom of …
- 77 views
- 0 answers
- 0 votes
-
I have three different containers, which I can select and deselect separately, like shown below: bool 1Clicked = false; bool …
- 79 views
- 1 answers
- 0 votes
-
On Android and iOS I use a plugin InAppWebView to open a page and when I click on the input …
- 83 views
- 0 answers
- 0 votes
-
I would like to create below input in Flutter TextFormField( decoration: InputDecoration( labelText: "Label", border: OutlineInputBorder( borderRadius: BorderRadius.all( Radius.circular(getPt(4)), ), …
- 206 views
- 1 answers
- 0 votes