Open helwy opened 5 years ago
If you're using the source from this repository, make sure you've grabbed the latest example as there were breaking changes in the last two releases. This was a mistake on my part, I published them as patches instead of new version changes.
I just tested with 1.3.12, the latest teddy seems to be working here.
What i did yesterday was copying the lib and assets directories to a new flutter project, is that the latest example or there is another branch I should be getting the files from? This is my pubspec, if there is anything else I can do to help us troubleshoot I will supply it
version: 1.0.0+1 environment: sdk: ">=2.1.0 <3.0.0" dependencies: flutter: sdk: flutter cupertino_icons: ^0.1.2 flare_flutter: ^1.3.12 dev_dependencies: flutter_test: sdk: flutter flutter: uses-material-design: true
Sorry I missed this, are you still having problems running this?
I wrote a simplistic login page for my app after I didn't get a response and couldn't get it to work, may try to implement this again after launching.
Was trying to implement the teddy bear example into my app, the teddy doesn't appear, and I get an exception whenever I run it, the only difference that I might have is that I added the flare_flutter by adding
flare_flutter: ^1.3.12
to thepubspec.yaml