Omid Raha
Omid Raha
> I have added to the roadmap the availability to start the modal to a predefined height. > And then drag to expand it full height or close it. Hi,...
```dart Jiffy(Jiffy().utc()).startOf(Units.DAY).dateTime.toUtc(); ```
I have the same issue, I would like the `SlidingUpPanel` be hidden by default and when user click a button, then open it. I try: ```dart defaultPanelState: PanelState.CLOSED, ``` But...
Please merge PR.
I made a [PR](https://github.com/JHBitencourt/timeline_tile/pull/24) request.
I have same issue fixed as below, Here is my code, Also I think the `context.setLocale` doesn't have normal behavior inside of `FutureBuilder`. ```dart return FutureBuilder( future: changeLocale( context: context,...
I installed latest version of`pencil` from `deb` file, ``` # dpkg -i pencil_3.1.0.ga_amd64.deb Selecting previously unselected package pencil. (Reading database ... 430013 files and directories currently installed.) Preparing to unpack...
> @omidraha same issue here. did you find a solution? Unfortunately No, But I installed [unofficial](https://github.com/evolus/pencil/issues/289) version of `pencil` by [snap](https://snapcraft.io/install/pencil-snap-demo/kubuntu) successfully: ``` sudo apt update sudo apt install snapd...
`$ sudo snap remove pencil-snap-demo`
Same problem, The sample app run via Terminal but in Android Studio doesn't recognize any connected device. ``` Ubuntu 18.04 LTS Android Studio 3.1.3 Flutter Plugin Version: 25.0.1 Dart Plugin...