Learn how a typical Stac-powered Flutter app is organized
├─ flutter_project ├── lib/ │ ├── app/ # Feature-specific code (optional) │ ├── default_stac_options.dart # Default StacOptions for Stac configuration │ └── main.dart # Entry point for stac initialize ├── stac/ │ └── hello_world.dart # Stac widgets ├── pubspec.lock └── pubspec.yaml