8000 GitHub - bryanoltman/dart_define_test: Tests dart-define behavior with shorebird
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bryanoltman/dart_define_test

Repository files navigation

dart_define_test

Tests using --dart-define with Flutter and Shorebird.

To test with Flutter, run:

flutter run --dart-define=MY_VAR=HELLO

To test with shorebird, run:

shorebird init
shorebird release ios -- --dart-define=MY_VAR=HELLO
shorebird preview

You should see the same output in both cases (a white background with text reading "hello HELLO").

About

Tests dart-define behavior with shorebird

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0