From f5d44e1d3e1a90f06be20d39e05f1b83bca5565a Mon Sep 17 00:00:00 2001 From: lakshan Date: Tue, 22 Oct 2019 23:52:48 +0530 Subject: [PATCH] README.md updated --- README.md | 14 ++++++++++++++ ios/Flutter/flutter_export_environment.sh | 10 ++++++++++ pubspec.lock | 20 ++++++++++---------- 3 files changed, 34 insertions(+), 10 deletions(-) create mode 100644 ios/Flutter/flutter_export_environment.sh diff --git a/README.md b/README.md index 1b36cb2..e51c711 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,17 @@ A community based application for people to track trains and for people to view Clone this repository, fire up VS Code (or IDE of your choice 😕) and run the app. Obviously this app is Flutter BTW.😁😁 + + +### Steps +- First you need to clone this repository to your pc +- Then you need to open vs code in that directory(Add Dart extension to vs code if you haven't added it) +- Execute this command in cmd +```bash + $ flutter pub get +``` +> Then you are good to go +- Now you can debug app in Emulator or actual pysical device . + + +## :ghost: Enjoy the project diff --git a/ios/Flutter/flutter_export_environment.sh b/ios/Flutter/flutter_export_environment.sh new file mode 100644 index 0000000..0b8c97e --- /dev/null +++ b/ios/Flutter/flutter_export_environment.sh @@ -0,0 +1,10 @@ +#!/bin/sh +# This is a generated file; do not edit or check into version control. +export "FLUTTER_ROOT=C:\src\flutter\flutter" +export "FLUTTER_APPLICATION_PATH=C:\Users\ASUS\Documents\flutter\traintracker" +export "FLUTTER_TARGET=lib\main.dart" +export "FLUTTER_BUILD_DIR=build" +export "SYMROOT=${SOURCE_ROOT}/../build\ios" +export "FLUTTER_FRAMEWORK_DIR=C:\src\flutter\flutter\bin\cache\artifacts\engine\ios" +export "FLUTTER_BUILD_NAME=1.0.0" +export "FLUTTER_BUILD_NUMBER=1" diff --git a/pubspec.lock b/pubspec.lock index f6b0bbd..fbdb266 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1,5 +1,5 @@ # Generated by pub -# See https://www.dartlang.org/tools/pub/glossary#lockfile +# See https://dart.dev/tools/pub/glossary#lockfile packages: async: dependency: transitive @@ -7,14 +7,14 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.3.0" boolean_selector: dependency: transitive description: name: boolean_selector url: "https://pub.dartlang.org" source: hosted - version: "1.0.4" + version: "1.0.5" charcode: dependency: transitive description: @@ -59,28 +59,28 @@ packages: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" + version: "1.1.7" path: dependency: transitive description: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.6.2" + version: "1.6.4" pedantic: dependency: transitive description: name: pedantic url: "https://pub.dartlang.org" source: hosted - version: "1.5.0" + version: "1.8.0+1" quiver: dependency: transitive description: name: quiver url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.5" sky_engine: dependency: transitive description: flutter @@ -113,7 +113,7 @@ packages: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.0.4" + version: "1.0.5" term_glyph: dependency: transitive description: @@ -127,7 +127,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.4" + version: "0.2.5" typed_data: dependency: transitive description: @@ -143,4 +143,4 @@ packages: source: hosted version: "2.0.8" sdks: - dart: ">=2.2.0 <3.0.0" + dart: ">=2.2.2 <3.0.0"