FLUTTER ECOSYSTEM

gskinnerTeam/flutter-wonderous-app

Flutter SDK のショーケースアプリです。Wonderous は、世界で最も有名な建造物に関する情報を発見する過程で、学びと娯楽を提供します。

flutter-wonderous-app のプロジェクト画像
Stars
4514
Forks
1044
最終プッシュ(UTC)
2026/08/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