seazon / flutter_demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutterdemo

A Flutter demo application.

Examples

Environment

example for running with prod environment

flutter run -t lib/main_prod.dart

MVVM

all pages apply with MVVM

Router / Navigation

apply with lib stacked_services & auto_route

Deeps Links / Custom URL schemes

Test: [Android]

adb shell 'am start -W -a android.intent.action.VIEW -c android.intent.category.BROWSABLE -d "poc://flutter.demo/github_user?keyword=wcl"'

Test: [iOS]

/usr/bin/xcrun simctl openurl booted "poc://flutter.demo/github_user?keyword=wcl"

Ref: https://pub.dev/packages/uni_links

i18n

install IDE plugin flutter_intl

iOS Part

Some examples need configuration or coding at platform side, miss iOS part currently.

About


Languages

Language:Dart 98.6%Language:Kotlin 1.4%