Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couple of issues / comments. #2

Open
wyattbiker opened this issue Mar 23, 2019 · 1 comment
Open

Couple of issues / comments. #2

wyattbiker opened this issue Mar 23, 2019 · 1 comment

Comments

@wyattbiker
Copy link

I think you should specify on how to use 3rd bullet to change to flutter_widgets directory before running flutter create .

  • Fork this project.
  • Rename the directory to "flutter_widgets" or something with all_lowercase_and_underscore. (Unfortunately Flutter doesnt like CamelCases)
  • In your terminal**, cd flutter_widgets and then** run flutter create . This will create the android and iOS projects for you.
  • Run in your emulator or simulator.

Also, there is an expect issue running test/widget_tests.dart . Runs fine when I run lib/main.dart Here is what Visual Code complains. Any ideas?

image

Finally, this is a great demo and playground. Do you have any doc recommendations I can follow as to how the widgets are organized and relate to each other. In other words something like a Widget organization chart and how one widget can be a child of another widget. At least for some of the most common widgets that would be very helpful.

Thanks!

@zeucxb
Copy link

zeucxb commented Oct 2, 2019

It's not working for me.

Screen Shot 2019-10-02 at 10 44 10

Flutter doctor

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.9.1+hotfix.4, on Mac OS X 10.14.6 18G95, locale
    en-BR)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.1)
[✓] Xcode - develop for iOS and macOS (Xcode 11.0)
[✓] Android Studio (version 3.5)
[✓] VS Code (version 1.38.1)
[✓] Connected device (1 available)

• No issues found!

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

No branches or pull requests

2 participants