FLUTTER ECOSYSTEM

gskinnerTeam/flutter-wonderous-app

Flutter SDK용 샌드박스 앱입니다. 워너서스는 세계적으로 가장 유명한 구조물에 대한 정보를 탐색하면서 교육과 즐거움을 제공합니다.

flutter-wonderous-app 프로젝트 이미지
Stars
4.5천
Forks
1천
최근 푸시(UTC)
2026. 8. 31.
프로젝트 상태
활성
gskinner team GitHub avatar
GITHUB Organization

gskinner team ↗

We collaborate with smart, motivated clients to conceptualize, design, and build world-class interactive experiences.

Edmonton, Canada공식 웹사이트 ↗
언어DartC++CCMakeSwiftHTMLRubyPythonKotlinObjective-C

관련 패키지 및 예제

사용 중인 의존성

의존성 목록 41 개

앱 카테고리

순위

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

Wonderous

https://user-images.githubusercontent.com/736973/187334196-b79e48b2-dbb8-4ea7-8aac-04dbc7e5159f.png#gh-dark-mode-only https://user-images.githubusercontent.com/736973/187334195-9821c031-a566-4f8e-b4e3-3158f733c6e5.png#gh-light-mode-only

wonderous-banner-800w

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 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 code available here, you can check out more information on the Wonderous Showcase Website.

App Downloads

To try the app you can download it from your favorite app store:

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.

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 is deployed using the Web Assembly target for Flutter Web (WASM). To test WASM locally you can use the command flutter run -d chrome --wasm.

Web query parameters

The web bootstrap in web/index.html supports a small set of URL query parameters:

  • wasm=1 or wasm=true: Opt in to WASM allowlisting for Safari (WebKit) and Firefox (Gecko).
    • By default, Safari/Firefox are not allowlisted.
    • Chromium browsers (for example, Chrome) continue using the default Flutter behavior.
  • mode=canvaskit: Force the CanvasKit renderer.
  • mode=wimp: Enable WIMP mode.
  • mode=skwasm-st: Force single-threaded SKWASM.

Examples:

  • /?wasm=1
  • /?wasm=1&mode=canvaskit
  • /?wasm=true&mode=skwasm-st
Impeller Rendering

This app uses the new Impeller Runtime 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 to learn more about what we do, or check out other innovative Flutter projects we've built. We'd love to hear from you!

License

This application is released under the MIT license. You can use the code for any purpose, including commercial projects.

license