From 6f2a1fce88c8c722b06fff3a033df608809031b6 Mon Sep 17 00:00:00 2001 From: Daniel Borges Date: Thu, 8 Aug 2019 17:20:36 -0300 Subject: [PATCH] pubsped fields with correct information --- lib/src/openlp_mobile_remote_app.dart | 2 +- pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/src/openlp_mobile_remote_app.dart b/lib/src/openlp_mobile_remote_app.dart index 65ec79a..966858a 100644 --- a/lib/src/openlp_mobile_remote_app.dart +++ b/lib/src/openlp_mobile_remote_app.dart @@ -21,8 +21,8 @@ // DEALINGS IN THE SOFTWARE. import 'package:flutter/material.dart'; -import 'package:openlp_remote/src/configurations/app_localizations.dart'; +import 'configurations/app_localizations.dart'; import 'widgets/bottom_navigation_bar.dart'; import 'widgets/search_floating_button.dart'; import 'screens/service_list_view.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index d138c7d..6d35229 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,8 +20,8 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. -name: openlp_remote -description: A new Flutter project. +name: openlp_mobile_remote +description: The OpenLP mobile remote. version: 1.0.0+1