From 042416c1658875d8f79a04bd07cd7c6a2b103e89 Mon Sep 17 00:00:00 2001 From: AlexGyver Date: Wed, 24 Apr 2024 15:47:17 +0300 Subject: [PATCH] upd --- README.md | 17 +++-------------- android/app/src/main/AndroidManifest.xml | 5 ++--- lib/env.dart | 12 +++++------- pubspec.yaml | 2 +- 4 files changed, 11 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index e4ad534..95ba465 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,5 @@ -# gyver_hub +# GyverHub-app -Панель управления для esp8266, esp32 и других Arduino. Конструктор интерфейса, интеграция в умный дом +Мобильное приложение для платформы GyverHub -## Getting Started - -This project is a starting point for a Flutter application. - -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. +> flutter build apk \ No newline at end of file diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 13e56db..967e32e 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -62,8 +62,8 @@ - - + + @@ -79,7 +79,6 @@ - diff --git a/lib/env.dart b/lib/env.dart index 229b59e..eb76f3f 100644 --- a/lib/env.dart +++ b/lib/env.dart @@ -1,16 +1,14 @@ - - - import 'package:flutter/material.dart'; -class Env{ +class Env { + // release static const versionUrl = "https://github.com/GyverLibs/GyverHub-web/releases/latest/download/version.txt"; static const hubUrl = "https://github.com/GyverLibs/GyverHub-web/releases/latest/download/GyverHub.html"; - // static const hubUrl = "https://raw.githubusercontent.com/GyverLibs/GyverHub-web/main/app/index.html"; - + // dev + // static const versionUrl = "https://raw.githubusercontent.com/GyverLibs/GyverHub-web/main/dist/version.txt"; + // static const hubUrl = "https://raw.githubusercontent.com/GyverLibs/GyverHub-web/main/dist/GyverHub.html"; static const primColor = Color(0xFF37a93c); static const bgColorDark = Color(0xFF26272c); - } \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index e4b7337..77bcd29 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Панель управления для esp8266, esp32 и друг publish_to: 'none' -version: 1.0.51+22 +version: 1.0.53+24 environment: sdk: '>=3.1.3 <4.0.0'