yjbanov / butterfly

A web framework for Dart based on Flutter's widget model
Apache License 2.0
157 stars 13 forks source link

New file structure #20

Closed yjbanov closed 7 years ago

yjbanov commented 7 years ago

Create a space for production packages, and move sample code into examples. Here's the new structure:

.idea/
  -- shareable IntelliJ files
package/
  -- production packages go here (not named `packages` to avoid pub issues)
examples/
  -- demo apps