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

nullsafety #15

Open
wants to merge 1 commit into
base: main
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
140 changes: 140 additions & 0 deletions .dart_tool/package_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
{
"configVersion": 2,
"packages": [
{
"name": "async",
"rootUri": "file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/async-2.6.1",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "boolean_selector",
"rootUri": "file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "characters",
"rootUri": "file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "charcode",
"rootUri": "file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/charcode-1.2.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "clock",
"rootUri": "file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "collection",
"rootUri": "file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "fake_async",
"rootUri": "file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/fake_async-1.2.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "flutter",
"rootUri": "file:///Users/juanparrapimiento/flutter-sdk/packages/flutter",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "flutter_test",
"rootUri": "file:///Users/juanparrapimiento/flutter-sdk/packages/flutter_test",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "matcher",
"rootUri": "file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.10",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "meta",
"rootUri": "file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/meta-1.3.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "path",
"rootUri": "file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/path-1.8.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "sky_engine",
"rootUri": "file:///Users/juanparrapimiento/flutter-sdk/bin/cache/pkg/sky_engine",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "source_span",
"rootUri": "file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/source_span-1.8.1",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "stack_trace",
"rootUri": "file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "stream_channel",
"rootUri": "file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "string_scanner",
"rootUri": "file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "term_glyph",
"rootUri": "file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "test_api",
"rootUri": "file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/test_api-0.3.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "typed_data",
"rootUri": "file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "vector_math",
"rootUri": "file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "freshchat_sdk",
"rootUri": "../",
"packageUri": "lib/",
"languageVersion": "2.12"
}
],
"generated": "2021-06-04T01:44:12.537322Z",
"generator": "pub",
"generatorVersion": "2.13.1"
}
89 changes: 89 additions & 0 deletions .dart_tool/package_config_subset
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
async
2.12
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/async-2.6.1/
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/async-2.6.1/lib/
boolean_selector
2.12
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0/
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0/lib/
characters
2.12
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0/
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0/lib/
charcode
2.12
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/charcode-1.2.0/
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/charcode-1.2.0/lib/
clock
2.12
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0/
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0/lib/
collection
2.12
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0/
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0/lib/
fake_async
2.12
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/fake_async-1.2.0/
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/fake_async-1.2.0/lib/
matcher
2.12
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.10/
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.10/lib/
meta
2.12
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/meta-1.3.0/
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/meta-1.3.0/lib/
path
2.12
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/path-1.8.0/
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/path-1.8.0/lib/
source_span
2.12
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/source_span-1.8.1/
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/source_span-1.8.1/lib/
stack_trace
2.12
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0/
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0/lib/
stream_channel
2.12
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0/
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0/lib/
string_scanner
2.12
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0/
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0/lib/
term_glyph
2.12
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0/
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0/lib/
test_api
2.12
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/test_api-0.3.0/
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/test_api-0.3.0/lib/
typed_data
2.12
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0/
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0/lib/
vector_math
2.12
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0/
file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0/lib/
freshchat_sdk
2.7
file:///Users/juanparrapimiento/StudioProjects/freshchat-flutter-sdk/
file:///Users/juanparrapimiento/StudioProjects/freshchat-flutter-sdk/lib/
sky_engine
2.12
file:///Users/juanparrapimiento/flutter-sdk/bin/cache/pkg/sky_engine/
file:///Users/juanparrapimiento/flutter-sdk/bin/cache/pkg/sky_engine/lib/
flutter
2.12
file:///Users/juanparrapimiento/flutter-sdk/packages/flutter/
file:///Users/juanparrapimiento/flutter-sdk/packages/flutter/lib/
flutter_test
2.12
file:///Users/juanparrapimiento/flutter-sdk/packages/flutter_test/
file:///Users/juanparrapimiento/flutter-sdk/packages/flutter_test/lib/
2
1 change: 1 addition & 0 deletions .dart_tool/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.2.1
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .idea/freshchat-flutter-sdk.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions .idea/libraries/Dart_SDK.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/libraries/Flutter_Plugins.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions .packages
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This file is deprecated. Tools should instead consume
# `.dart_tools/package_config.json`.
#
# For more info see: https://dart.dev/go/dot-packages-deprecation
#
# Generated by pub on 2021-06-03 20:44:12.520256.
async:file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/async-2.6.1/lib/
boolean_selector:file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0/lib/
characters:file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0/lib/
charcode:file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/charcode-1.2.0/lib/
clock:file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0/lib/
collection:file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0/lib/
fake_async:file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/fake_async-1.2.0/lib/
flutter:file:///Users/juanparrapimiento/flutter-sdk/packages/flutter/lib/
flutter_test:file:///Users/juanparrapimiento/flutter-sdk/packages/flutter_test/lib/
matcher:file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.10/lib/
meta:file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/meta-1.3.0/lib/
path:file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/path-1.8.0/lib/
sky_engine:file:///Users/juanparrapimiento/flutter-sdk/bin/cache/pkg/sky_engine/lib/
source_span:file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/source_span-1.8.1/lib/
stack_trace:file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0/lib/
stream_channel:file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0/lib/
string_scanner:file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0/lib/
term_glyph:file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0/lib/
test_api:file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/test_api-0.3.0/lib/
typed_data:file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0/lib/
vector_math:file:///Users/juanparrapimiento/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0/lib/
freshchat_sdk:lib/
8 changes: 4 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.0"
version: "2.6.1"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -160,7 +160,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
version: "1.8.1"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -195,7 +195,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.19"
version: "0.3.0"
typed_data:
dependency: transitive
description:
Expand All @@ -211,5 +211,5 @@ packages:
source: hosted
version: "2.1.0"
sdks:
dart: ">=2.12.0-0.0 <3.0.0"
dart: ">=2.12.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"
Loading