James Leahy

Results 9 issues of James Leahy

Firstly, thank you for creating this fantastic package. I looked through the open and closed issues and did not spot anything related. For `LineChartData`, when `lineBarsData` contains multiple line bars...

question
Line Chart

- Migrates package to use null safety. - Updates example to latest build chain, adds web support.

There is a small issue in the sb flag in which the yellow line is horizontal instead of vertical. I'm sure this is an easy fix, however I am not...

Once the dependencies [dart_style](https://pub.dev/packages/dart_style) and [excel](https://pub.dev/packages/excel) are migrated to null safety, then flappy_translator will also be migrated. Related issues: [excel - Null safety migration](https://github.com/justkawal/excel/issues/79) [dart_style - Migrate to null safety](https://github.com/dart-lang/dart_style/issues/978)...

enhancement

* Fixes https://github.com/flutter/flutter/issues/62192 * Fixes first part of https://github.com/flutter/flutter/issues/88151 (ability to show controls) * Fixes https://github.com/flutter/flutter/issues/64397 Can be used as follows: ```dart _controller = VideoPlayerController.asset( 'assets/Butterfly-209.mp4', videoPlayerOptions: const VideoPlayerOptions( webOptions:...

needs tests
p: video_player

This PR adds a new `window` option for desktop platforms to only show the toolbar on top of app screen: ![image](https://github.com/aloisdeniel/flutter_device_preview/assets/13286425/8c5eff58-6a49-44a5-b802-e4a10068361d) Technically this is achieved by adding `GenericDesktopWindowFramePainter`, modified from...

## :scroll: Description Adds the option to define `supportedModes` so that, for instance, `FeedbackMode.navigate` is not displayed. ## :bulb: Motivation and Context For a single page desktop application, the `navigate`...

**Status** Due to #9, this PR is a WIP and opened for feedback. **Details** - Adds ability to open console on box/circle gesture. - Adds ability to define default log...