diff --git a/packages/path_provider/path_provider_aurora/example/README.md b/packages/path_provider/path_provider_aurora/example/README.md index 9820643..4dd2726 100644 --- a/packages/path_provider/path_provider_aurora/example/README.md +++ b/packages/path_provider/path_provider_aurora/example/README.md @@ -2,15 +2,16 @@ Demonstrates how to use the path_provider_aurora plugin. -## Getting Started +## Build -This project is a starting point for a Flutter application. +```shell +# Add an alias if it doesn't already exist +alias flutter-aurora=$HOME/.local/opt/flutter-sdk/bin/flutter +# Get dependencies +flutter-aurora pub get +# Run build +flutter-aurora build aurora --release +``` -A few resources to get you started if this is your first Flutter project: - -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) - -For help getting started with Flutter development, view the -[online documentation](https://docs.flutter.dev/), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +You can collect, sign, run an example on the device with a script located in the `script/build_example.sh` +More information in `build_example.sh`. \ No newline at end of file diff --git a/packages/path_provider/path_provider_aurora/example/test/widget_test.dart b/packages/path_provider/path_provider_aurora/example/test/widget_test.dart deleted file mode 100644 index 47354c8..0000000 --- a/packages/path_provider/path_provider_aurora/example/test/widget_test.dart +++ /dev/null @@ -1,27 +0,0 @@ -// This is a basic Flutter widget test. -// -// To perform an interaction with a widget in your test, use the WidgetTester -// utility in the flutter_test package. For example, you can send tap and scroll -// gestures. You can also use WidgetTester to find child widgets in the widget -// tree, read text, and verify that the values of widget properties are correct. - -import 'package:flutter/material.dart'; -import 'package:flutter_test/flutter_test.dart'; - -import 'package:path_provider_aurora_example/main.dart'; - -void main() { - testWidgets('Verify Platform version', (WidgetTester tester) async { - // Build our app and trigger a frame. - await tester.pumpWidget(const MyApp()); - - // Verify that platform version is retrieved. - expect( - find.byWidgetPredicate( - (Widget widget) => widget is Text && - widget.data!.startsWith('Running on:'), - ), - findsOneWidget, - ); - }); -} diff --git a/packages/xdga_directories/example/README.md b/packages/xdga_directories/example/README.md index 7af8517..14f1764 100644 --- a/packages/xdga_directories/example/README.md +++ b/packages/xdga_directories/example/README.md @@ -2,15 +2,16 @@ Demonstrates how to use the xdga_directories plugin. -## Getting Started +## Build -This project is a starting point for a Flutter application. +```shell +# Add an alias if it doesn't already exist +alias flutter-aurora=$HOME/.local/opt/flutter-sdk/bin/flutter +# Get dependencies +flutter-aurora pub get +# Run build +flutter-aurora build aurora --release +``` -A few resources to get you started if this is your first Flutter project: - -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) - -For help getting started with Flutter development, view the -[online documentation](https://docs.flutter.dev/), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +You can collect, sign, run an example on the device with a script located in the `script/build_example.sh` +More information in `build_example.sh`. \ No newline at end of file