Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added edit for hacktoberfest #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 45 additions & 81 deletions example/.dart_tool/package_config.json
Original file line number Diff line number Diff line change
@@ -1,117 +1,87 @@
{
"configVersion": 2,
"packages": [
{
"name": "archive",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/archive-2.0.11",
"packageUri": "lib/",
"languageVersion": "2.0"
},
{
"name": "args",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/args-1.5.2",
"packageUri": "lib/",
"languageVersion": "2.0"
},
{
"name": "async",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.4.0",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.4.2",
"packageUri": "lib/",
"languageVersion": "2.0"
"languageVersion": "2.2"
},
{
"name": "boolean_selector",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-1.0.5",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.0.0",
"packageUri": "lib/",
"languageVersion": "2.0"
"languageVersion": "2.4"
},
{
"name": "charcode",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2",
"name": "characters",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/characters-1.0.0",
"packageUri": "lib/",
"languageVersion": "1.0"
"languageVersion": "2.6"
},
{
"name": "collection",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.14.11",
"name": "charcode",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.3",
"packageUri": "lib/",
"languageVersion": "2.0"
},
{
"name": "convert",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/convert-2.1.1",
"name": "clock",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/clock-1.0.1",
"packageUri": "lib/",
"languageVersion": "1.17"
"languageVersion": "2.0"
},
{
"name": "crypto",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/crypto-2.1.3",
"name": "collection",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.14.13",
"packageUri": "lib/",
"languageVersion": "2.1"
"languageVersion": "2.3"
},
{
"name": "cupertino_icons",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-0.1.3",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-0.1.3",
"packageUri": "lib/",
"languageVersion": "2.0"
},
{
"name": "flutter",
"rootUri": "file:///Users/ayushpgupta/development/flutter/packages/flutter",
"name": "fake_async",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/fake_async-1.1.0",
"packageUri": "lib/",
"languageVersion": "2.2"
},
{
"name": "flutter_keyboard_visibility",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-0.7.0",
"name": "flutter",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/packages/flutter",
"packageUri": "lib/",
"languageVersion": "2.2"
"languageVersion": "2.9"
},
{
"name": "flutter_test",
"rootUri": "file:///Users/ayushpgupta/development/flutter/packages/flutter_test",
"name": "flutter_keyboard_visibility",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-2.0.0",
"packageUri": "lib/",
"languageVersion": "2.2"
},
{
"name": "image",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/image-2.1.4",
"name": "flutter_test",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/packages/flutter_test",
"packageUri": "lib/",
"languageVersion": "2.0"
"languageVersion": "2.2"
},
{
"name": "matcher",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.6",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.8",
"packageUri": "lib/",
"languageVersion": "2.2"
"languageVersion": "2.4"
},
{
"name": "meta",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.1.8",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.1.8",
"packageUri": "lib/",
"languageVersion": "1.12"
},
{
"name": "path",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/path-1.6.4",
"packageUri": "lib/",
"languageVersion": "2.0"
},
{
"name": "pedantic",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/pedantic-1.8.0+1",
"packageUri": "lib/",
"languageVersion": "2.1"
},
{
"name": "petitparser",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/petitparser-2.4.0",
"packageUri": "lib/",
"languageVersion": "2.4"
},
{
"name": "quiver",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/quiver-2.0.5",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/path-1.7.0",
"packageUri": "lib/",
"languageVersion": "2.0"
},
Expand All @@ -123,72 +93,66 @@
},
{
"name": "sky_engine",
"rootUri": "file:///Users/ayushpgupta/development/flutter/bin/cache/pkg/sky_engine",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/bin/cache/pkg/sky_engine",
"packageUri": "lib/",
"languageVersion": "1.11"
},
{
"name": "source_span",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/source_span-1.5.5",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/source_span-1.7.0",
"packageUri": "lib/",
"languageVersion": "1.8"
"languageVersion": "2.6"
},
{
"name": "stack_trace",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.9.3",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.9.5",
"packageUri": "lib/",
"languageVersion": "1.23"
"languageVersion": "2.0"
},
{
"name": "stream_channel",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.0.0",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.0.0",
"packageUri": "lib/",
"languageVersion": "2.0"
},
{
"name": "string_scanner",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.0.5",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.0.5",
"packageUri": "lib/",
"languageVersion": "2.0"
},
{
"name": "term_glyph",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.1.0",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.1.0",
"packageUri": "lib/",
"languageVersion": "1.8"
},
{
"name": "test_api",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.11",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.17",
"packageUri": "lib/",
"languageVersion": "2.2"
"languageVersion": "2.7"
},
{
"name": "typed_data",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/typed_data-1.1.6",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/typed_data-1.2.0",
"packageUri": "lib/",
"languageVersion": "2.0"
"languageVersion": "2.4"
},
{
"name": "vector_math",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.0.8",
"rootUri": "file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.0.8",
"packageUri": "lib/",
"languageVersion": "2.0"
},
{
"name": "xml",
"rootUri": "file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/xml-3.5.0",
"packageUri": "lib/",
"languageVersion": "2.3"
},
{
"name": "example",
"rootUri": "../",
"packageUri": "lib/",
"languageVersion": "2.1"
}
],
"generated": "2020-01-31T04:41:02.822064Z",
"generated": "2020-10-06T10:12:14.861422Z",
"generator": "pub",
"generatorVersion": "2.8.0-dev.5.0.flutter-fc3af737c7"
"generatorVersion": "2.9.2"
}
2 changes: 1 addition & 1 deletion example/.flutter-plugins-dependencies
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_keyboard_visibility","path":"/Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-0.7.0/","dependencies":[]}],"android":[{"name":"flutter_keyboard_visibility","path":"/Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-0.7.0/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"flutter_keyboard_visibility","dependencies":[]}],"date_created":"2020-01-31 10:11:59.129361","version":"1.14.6"}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_keyboard_visibility","path":"C:\\\\Users\\\\ACER\\\\Pictures\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\flutter_keyboard_visibility-2.0.0\\\\","dependencies":[]}],"android":[{"name":"flutter_keyboard_visibility","path":"C:\\\\Users\\\\ACER\\\\Pictures\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\flutter_keyboard_visibility-2.0.0\\\\","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"flutter_keyboard_visibility","dependencies":[]}],"date_created":"2020-10-06 15:42:15.376745","version":"1.20.3"}
54 changes: 24 additions & 30 deletions example/.packages
Original file line number Diff line number Diff line change
@@ -1,32 +1,26 @@
# Generated by pub on 2020-01-31 10:11:02.790920.
archive:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/archive-2.0.11/lib/
args:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/args-1.5.2/lib/
async:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.4.0/lib/
boolean_selector:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-1.0.5/lib/
charcode:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/
collection:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.14.11/lib/
convert:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/convert-2.1.1/lib/
crypto:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/crypto-2.1.3/lib/
cupertino_icons:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-0.1.3/lib/
flutter:file:///Users/ayushpgupta/development/flutter/packages/flutter/lib/
flutter_keyboard_visibility:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-0.7.0/lib/
flutter_test:file:///Users/ayushpgupta/development/flutter/packages/flutter_test/lib/
image:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/image-2.1.4/lib/
matcher:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.6/lib/
meta:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.1.8/lib/
path:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/path-1.6.4/lib/
pedantic:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/pedantic-1.8.0+1/lib/
petitparser:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/petitparser-2.4.0/lib/
quiver:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/quiver-2.0.5/lib/
# Generated by pub on 2020-10-06 15:42:14.625866.
async:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.4.2/lib/
boolean_selector:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.0.0/lib/
characters:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/characters-1.0.0/lib/
charcode:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.3/lib/
clock:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/clock-1.0.1/lib/
collection:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.14.13/lib/
cupertino_icons:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-0.1.3/lib/
fake_async:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/fake_async-1.1.0/lib/
flutter:file:///C:/Users/ACER/Pictures/flutter/packages/flutter/lib/
flutter_keyboard_visibility:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-2.0.0/lib/
flutter_test:file:///C:/Users/ACER/Pictures/flutter/packages/flutter_test/lib/
matcher:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.8/lib/
meta:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.1.8/lib/
path:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/path-1.7.0/lib/
search_widget:../lib/
sky_engine:file:///Users/ayushpgupta/development/flutter/bin/cache/pkg/sky_engine/lib/
source_span:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/source_span-1.5.5/lib/
stack_trace:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.9.3/lib/
stream_channel:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.0.0/lib/
string_scanner:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.0.5/lib/
term_glyph:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.1.0/lib/
test_api:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.11/lib/
typed_data:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/typed_data-1.1.6/lib/
vector_math:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.0.8/lib/
xml:file:///Users/ayushpgupta/development/flutter/.pub-cache/hosted/pub.dartlang.org/xml-3.5.0/lib/
sky_engine:file:///C:/Users/ACER/Pictures/flutter/bin/cache/pkg/sky_engine/lib/
source_span:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/source_span-1.7.0/lib/
stack_trace:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.9.5/lib/
stream_channel:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.0.0/lib/
string_scanner:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.0.5/lib/
term_glyph:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.1.0/lib/
test_api:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.17/lib/
typed_data:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/typed_data-1.2.0/lib/
vector_math:file:///C:/Users/ACER/Pictures/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.0.8/lib/
example:lib/
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import androidx.annotation.Keep;
import androidx.annotation.NonNull;

import io.flutter.embedding.engine.FlutterEngine;
import io.flutter.embedding.engine.plugins.shim.ShimPluginRegistry;

Expand Down
4 changes: 2 additions & 2 deletions example/android/local.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sdk.dir=/Users/ayushpgupta/Library/Android/sdk
flutter.sdk=/Users/ayushpgupta/development/flutter
sdk.dir=C:\\Users\\ACER\\AppData\\Local\\Android\\Sdk
flutter.sdk=C:\\Users\\ACER\\Pictures\\flutter
flutter.buildMode=debug
flutter.versionName=1.0.0
flutter.versionCode=1
Loading