From 940c6e3ec6be172c7b89ea644eed302ec8508796 Mon Sep 17 00:00:00 2001 From: Vitaliy Zarubin Date: Thu, 6 Jul 2023 10:30:44 +0300 Subject: [PATCH] [flutter_example_packages] Update descriptions --- example/README.md | 21 +++++++++++-------- ....auroraos.flutter_example_packages.desktop | 2 +- .../ru.auroraos.flutter_example_packages.spec | 2 +- example/l10n.yaml | 2 +- example/pubspec.yaml | 2 +- 5 files changed, 16 insertions(+), 13 deletions(-) diff --git a/example/README.md b/example/README.md index d92661a..09bcd04 100644 --- a/example/README.md +++ b/example/README.md @@ -1,16 +1,19 @@ -# flutter_example_packages +# Flutter example packages -A new Flutter project. +Demonstrating the operation of Flutter plugins on the Aurora OS. ## Getting Started -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/bin/flutter -A few resources to get you started if this is your first Flutter project: +# Get dependencies +flutter-aurora pub get -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) +# Generate internationalizing +flutter-aurora pub run build_runner build -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. +# Run build +flutter-aurora build aurora --release # [--release|--debug|--profile] +``` diff --git a/example/aurora/desktop/ru.auroraos.flutter_example_packages.desktop b/example/aurora/desktop/ru.auroraos.flutter_example_packages.desktop index c2d520f..385dfe0 100644 --- a/example/aurora/desktop/ru.auroraos.flutter_example_packages.desktop +++ b/example/aurora/desktop/ru.auroraos.flutter_example_packages.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application Name=Flutter example packages -Comment=Application demonstrating the work of plugins. +Comment=Examples of the flutter plugins for Aurora OS. Icon=ru.auroraos.flutter_example_packages Exec=/usr/bin/ru.auroraos.flutter_example_packages X-Nemo-Application-Type=silica-qt5 diff --git a/example/aurora/rpm/ru.auroraos.flutter_example_packages.spec b/example/aurora/rpm/ru.auroraos.flutter_example_packages.spec index f1ce250..746c024 100644 --- a/example/aurora/rpm/ru.auroraos.flutter_example_packages.spec +++ b/example/aurora/rpm/ru.auroraos.flutter_example_packages.spec @@ -2,7 +2,7 @@ %global __requires_exclude ^lib(dconf|flutter-embedder|maliit-glib|appmanifest-.+|.+_platform_plugin)\\.so.*$ Name: ru.auroraos.flutter_example_packages -Summary: A new Flutter project. +Summary: Examples of the flutter plugins for Aurora OS. Version: 0.1.0 Release: 1 License: Proprietary diff --git a/example/l10n.yaml b/example/l10n.yaml index 4e6692e..15338f2 100644 --- a/example/l10n.yaml +++ b/example/l10n.yaml @@ -1,3 +1,3 @@ arb-dir: lib/l10n template-arb-file: app_en.arb -output-localization-file: app_localizations.dart \ No newline at end of file +output-localization-file: app_localizations.dart diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 139f9f6..0e7d645 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -2,7 +2,7 @@ # License: Proprietary. name: flutter_example_packages -description: An application demonstrating the operation of Flutter plugins on the Aurora OS. +description: Examples of the flutter plugins for Aurora OS. publish_to: "none"