Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

how to get this to work :) ? #23

Open
KevinRohn opened this issue Dec 12, 2019 · 8 comments
Open

how to get this to work :) ? #23

KevinRohn opened this issue Dec 12, 2019 · 8 comments

Comments

@KevinRohn
Copy link

Hi,

can someone tell me how to get this to work? The side freezes every time. I tried it on the newest version of Chrome for macOS and also for windows.
Do I have to run it locally?

Thank you in advance

cheers,
Kevin

@boehlefeld
Copy link

boehlefeld commented Dec 12, 2019

Hi,

can someone tell me how to get this to work? The side freezes every time. I tried it on the newest version of Chrome for macOS and also for windows.
Do I have to run it locally?

Thank you in advance

cheers,
Kevin

Having the same problem here. Local deploy to iOS or android fails at all.

The web version works with release tag named. v1.0-alpha.1
I doesn't hang up on any button tap yet.

currently I'm on [✓] Flutter (Channel master, v1.13.1-pre.99, on Mac OS X 10.15.2 19C57, locale en-DE)

@KevinRohn
Copy link
Author

Hi @boehlefeld,
local web version works for me, I'm using the current master branch.

Thank you - create work 👍

@ricardogobbo
Copy link

You can use android app too. It works pretty fine.
https://play.google.com/store/apps/details?id=bz.rxla.panache&hl=pt

@remoteportal
Copy link

I can't get it to work on Chrome or Safari--I think it's because Flutter Web is pre-production.

@pmagnuson
Copy link

using the web version https://rxlabz.github.io/panache/#/ freezes in every browser I have tried. Seems like if you click outside of the color sliders or color patch, it freezes.

@jugal13
Copy link

jugal13 commented Mar 29, 2020

@pmagnuson Current workout download the app and run it locally on beta channel it works fine

@daybson
Copy link

daybson commented Apr 21, 2020

Cant compile :

Compiler message:
../panache_ui/lib/src/screens/editor/controls/color_picker/color_slider.dart:1101:9: Error: The superclass, 'Diagnosticable', has no unnamed constructor that takes no arguments.       
  const GradientSliderThemeData({

@Syaba999
Copy link

Syaba999 commented May 7, 2020

Cant compile :

Compiler message:
../panache_ui/lib/src/screens/editor/controls/color_picker/color_slider.dart:1101:9: Error: The superclass, 'Diagnosticable', has no unnamed constructor that takes no arguments.       
  const GradientSliderThemeData({

@kazyamof
In \panache_ui\lib\src\screens\editor\controls\color_picker\color_slider.dart change:

class GradientSliderThemeData extends Diagnosticable {

to

class GradientSliderThemeData with DiagnosticableMixin {

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants