provider
InheritedWidget를 둘러싸는 래퍼로, 사용하기 쉽게 하고 재사용 가능하게 만듭니다.
Flutter SDK용 샌드박스 앱입니다. 워너서스는 세계적으로 가장 유명한 구조물에 대한 정보를 탐색하면서 교육과 즐거움을 제공합니다.
InheritedWidget를 둘러싸는 래퍼로, 사용하기 쉽게 하고 재사용 가능하게 만듭니다.
Flutter용 SVG 렌더링 및 위젯 라이브러리로, 확장 가능한 벡터 그래픽 1.1 파일의 그리기 및 표시를 가능하게 합니다.
v17.2.3Navigation 2를 기반으로 하는 Flutter용 선언적 라우터로 깊은 링크, 데이터 기반 경로 등 지원
iOS 및 Android 애플리케이션에 Google Maps를 통합하기 위한 Flutter 플러그인입니다.
google_maps_flutter의 웹 플랫폼 구현
v0.10.1+2웹에서 하위 HtmlElementView에 의해 클릭이 삼켜지는 것을 방지하는 위젯입니다.
간단한 키-값 쌍을 읽고 쓰기 위한 Flutter 플러그인입니다. iOS에서는 NSUserDefaults를, Android에서는 SharedPreferences를 래핑합니다.
시스템 웹뷰를 백엔드로 사용하는 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.