Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gskinnerTeam/flutter-wonderous-app
A showcase app for the Flutter SDK. Wonderous will educate and entertain as you uncover information about some of the most famous structures in the world.
https://github.com/gskinnerTeam/flutter-wonderous-app
Last synced: 7 days ago
JSON representation
A showcase app for the Flutter SDK. Wonderous will educate and entertain as you uncover information about some of the most famous structures in the world.
- Host: GitHub
- URL: https://github.com/gskinnerTeam/flutter-wonderous-app
- Owner: gskinnerTeam
- License: mit
- Created: 2022-08-29T17:05:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T22:27:57.000Z (about 1 month ago)
- Last Synced: 2024-10-29T15:05:33.793Z (12 days ago)
- Language: Dart
- Size: 78.1 MB
- Stars: 4,014
- Watchers: 36
- Forks: 944
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wonderous
Navigate the intersection of history, art, and culture. Wonderous will educate and entertain as you uncover information about some of the most famous structures in the world.
Built by [gskinner](https://gskinner.com/) in partnership with the Flutter team, Wonderous deliberately pushes visual fidelity, effects and transitions to showcase what Flutter is truly capable of on modern mobile hardware.
In addition to forking and reviewing the [MIT licensed](LICENSE) code available here, you can check out more information on the [Wonderous Showcase Website](https://wonderous.app).
# App Downloads
To try the app you can download it from your favorite app store:
* [Google Play](https://play.google.com/store/apps/details?id=com.gskinner.flutter.wonders)
* [Apple App Store](https://apps.apple.com/us/app/wonderous/id1612491897)Or you can try it on the web at https://wonderous.app/web/
# Installation
If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install).
Once Flutter is setup, you can use the latest `stable` channel:
* `flutter channel stable`
* `flutter upgrade`Once on `stable` you're ready to run the app on your local device or simulator:
* `flutter run -d ios`
* `flutter run -d android`### WASM
[Wonderous](https://wonderous.app/web/) is deployed using the Web Assembly target for Flutter Web (WASM). To test WASM locally, switch to the `/feature/wasm` branch and follow the instructions here: https://docs.flutter.dev/platform-integration/web/wasm#try-it-out
### Impeller Rendering
This app uses the new [Impeller Runtime](https://docs.flutter.dev/perf/impeller) by default on iOS.
# About gskinner
We build innovative digital experiences for smart clients, and we love how Flutter unleashes our creativity when building multi-platform apps. Don't hesitate to [stop by our site](https://gskinner.com/) to learn more about what we do, or check out other [innovative Flutter projects](https://flutter.gskinner.com) we've built. We'd love to hear from you!# License
This application is released under the [MIT license](LICENSE). You can use the code for any purpose, including commercial projects.
[![license](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)