-
#### Describe the Issue
I came across that my components are getting $null value from the parameter I pass to the functions.
```
function New-AppBar
{
param
(
[string]$Titel
…
-
Hello, I use PagerSlidingTabStrip inside in fragment, but not appear, please help me to fix this...
mSectionsPagerAdapter = new SectionsPagerAdapter(getChildFragmentManager());
tabs = (PagerSlidin…
-
Actually, it is not changing state when the user is walking or stop.
Below I am sharing the code that I had implemented.
import 'package:flutter/material.dart';
import 'dart:async';
import '…
-
## What happened:
- I customized the name and icon of two already saved places using the house icon, and the pair-of-rectangular-buildings icon (which seems to show up duplicated in the list).
- I t…
-
### Package Version
4.3.0
### Flutter Version
3.22.2
### Platforms
iOS
### How to reproduce?
In my app I use photos that are about 480x640. I've noticed that the pro-image-editor …
-
Start point on screen touch is far away from the line is being drawn.
Line - point.translate(0.0, -(AppBar().preferredSize.height)); is not working properly. Any solution for this?
-
### Steps to reproduce
Samsung Galaxy, Xiaomi, etc. GBoard keyboard language change not working.
1. Put focus on text field.
2. Click on language change button on bottom GBoard keyboard.
3. No…
-
### Use case
If we add a smaller height to TabBar, E.G:
```
AppBar(
bottom: const TabBar(
tabs: [
Tab(
text: 'Profile',
height: 30,
),
Tab…
-
Hello, thanks in advance. I am using flutter_html_view plugin to read display blogs. I am getting html data from wordpress api. I am getting 12-13 blogs from the API. All of them are working, except o…
-
### Steps to reproduce
Build the sample code for the **web**, then launch the website on a physical iOS device, or in a simulator.
When the website is up and running, interact with the TextField…