provider
InheritedWidget をラップして、使いやすく、再利用しやすくするためのツールです。
Flutter SDK のショーケースアプリです。Wonderous は、世界で最も有名な建造物に関する情報を発見する過程で、学びと娯楽を提供します。
InheritedWidget をラップして、使いやすく、再利用しやすくするためのツールです。
Flutter 向けの SVG レンダリングおよびウィジェットライブラリで、スケーラブル・ベクター・グラフィックス 1.1 ファイルの描画と表示を可能にします。
v17.2.3Navigation 2 をベースにした Flutter 向けの宣言型ルーターで、ディープリンク、データ駆動型ルートなどをサポートしています
iOS および Android アプリケーションに Google マップを統合するための Flutter プラグイン。
google_maps_flutter の Web プラットフォーム実装
v0.10.1+2ウェブ上の下位の HtmlElementView によってクリックが飲み込まれるのを防ぐためのウィジェット。
簡単なキーと値のペアの読み書き用のFlutterプラグイン。iOSではNSUserDefaultsをラップし、AndroidではSharedPreferencesをラップします。
システムの WebView をバックエンドとして使用する WebView ウィジェットを提供する Flutter プラグインです。
v0.7.0Flutter グリッドレイアウト(スタガード、マーソンリー、クイルテッド、ウェーブンなど)のコレクションを提供します。
iOS の CFBundleVersion や Android の versionCode などのアプリケーションパッケージに関する情報を照会するための Flutter プラグインです。
v2.4.7Flutterのデフォルトの白いネイティブスプラッシュ画面を、背景色とスプラッシュ画像でカスタマイズします。ダークモード、フルスクリーンなども対応しています。
インターフェースと具体的な実装を分離し、アプリ内のどこからでも具体的な実装にアクセスできるシンプルで直接的なサービスロケーター。
{"sdk":"flutter"}{"sdk":"flutter"}^1.17.0^0.4.0{"git":{"url":"https://github.com/parlough/drop_cap_text","ref":"feat/adapt-for-deprecations"}}^2.0.5^1.0.0+1^1.0.0^4.5.0^0.3.1^0.7.0^2.3.3^0.7.0^2.0.1^3.0.1^7.2.0^4.2.2^2.17.0^17.0.1^0.9.0^1.1.0^4.1.3^0.6.2^0.20.2^3.0.1^9.0.0^1.0.0^2.1.1^0.10.1+1^6.0.5^0.2.0^2.0.17^1.0.0+1^2.0.1^3.0.0^6.1.14^4.0.2^6.0.0^3.0.0^6.0.0^5.0.3以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。
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.
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/
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 stableflutter upgradeOnce on stable you're ready to run the app on your local device or simulator:
flutter run -d iosflutter run -d androidWonderous 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.
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).
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-stThis app uses the new Impeller Runtime by default on iOS.
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!
This application is released under the MIT license. You can use the code for any purpose, including commercial projects.