NativeScript-Flutter-Example

A NativeScript with Flutter example highlighting talented work from Roaa, whereby an Action Menu (Flutter) and Card Flipper (Flutter) are populated via an Angular service that interacts with iOS UIMenu and Android PopupMenu.

Stars
6
Committers
1

NativeScript with Flutter

A NativeScript with Flutter example highlighting talented work from Roaa, whereby an Action Menu (Flutter) and Card Flipper (Flutter) are populated via an Angular service that interacts with iOS UIMenu and Android PopupMenu.

https://github.com/NathanWalker/NativeScript-Flutter-Example/assets/457187/1e15a22c-a65b-4ce3-9baa-84e69b436db4

Prerequisites:

Try it

ns debug

Choose ios or android.

To run on Android, be sure you have built the module first:

cd flutter_views/.android

./gradlew Flutter:assemble

Develop Flutter module

Develop Flutter views further in isolation:

cd flutter_views
flutter run --debug

Allow Flutter to flourish in your NativeScript apps

Credits

Related Projects