Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with scrolling in Flutter Web #61

Open
BillyWili opened this issue Aug 7, 2023 · 0 comments
Open

Problem with scrolling in Flutter Web #61

BillyWili opened this issue Aug 7, 2023 · 0 comments

Comments

@BillyWili
Copy link

Hello!
There is a big issue with scrolling in Flutter Web. The correct thing would be for him to roll one by one, right? If yes, he is skipping three by three.

Example: When you are at one, instead of going to two, you go to four.
And this happens as much in the day, month and year.

var datePicked = await DatePicker.showSimpleDatePicker(

  context,
  initialDate: DateTime.now(),
  firstDate: DateTime(1900),
  lastDate: DateTime.now(),
  dateFormat: "dd-MMMM-yyyy",
  locale: DateTimePickerLocale.pt_br,
  looping: true,
  titleText: 'Definir data',
  cancelText: 'Cancelar',
  confirmText: 'Definir',
  textColor: Colors.white,
  backgroundColor: Colors.black,
  itemTextStyle:  const TextStyle(

    color: Colors.white,
  ),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant