HBatalha
HBatalha
### Reproduction link [https://github.com/hbatalhaStch/antd-tabs-no-underline-bug](https://github.com/hbatalhaStch/antd-tabs-no-underline-bug) ### Steps to reproduce just run `npm start` ### What is expected? Blue underline below the tab title ### What is actually happening? Only showing the...
### What problem does this feature solve? When I need to go to a specific date in a year and month different from the current selected date, it will require...
I want to use this package in my app which is aimed at both mobile and web so the warning about the web version being experimental bothers me a little....
I am starting a new project with nextjs and I am wondering if this package is still being maintained as I saw a PR from last January still not reviewed...
I am using this for a project so it has become part of my requirement, so I plan on keep on maintaining this project [in this fork](https://github.com/hbatalhaStch/react-big-scheduler). I have already...
This PR allows you to use a controller to select/clear multi-select dropdown items programmatically. closes #57
In all constructors there is this assertion: ```dart assert(items!.isNotEmpty, 'Items list must contain at least one item.',), ``` Why question is: why do we do need this? I have a...
I just installed this package and I [this example](https://github.com/MisterJimson/flutter_keyboard_visibility#option-3-direct-query-and-subscription) but it is not working. The example: ```dart import 'package:flutter_keyboard_visibility/flutter_keyboard_visibility.dart'; import 'dart:async'; late StreamSubscription keyboardSubscription; @override void initState() { super.initState(); var...
In my project I use [dio](https://pub.dev/packages/dio) as my HTTP networking package and I have a custom class already configured (including [interceptors](https://pub.dev/packages/dio#interceptors)) where I make all the requests within the app....
**Is your feature request related to a problem? Please describe.** Whenever we need some space inside `Flex` (`Column`, `Row`) we have to write the `SizedBox` with `height` or `width` respectively....