Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 8752963

Browse files
committed
Updated .gitignore and README.md
1 parent 34d40b2 commit 8752963

9 files changed

+11
-583
lines changed

.flutter-plugins-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"connectivity_plus","path":"/Users/arvindsangwan/.pub-cache/hosted/pub.dev/connectivity_plus-5.0.1/","native_build":true,"dependencies":[]}],"android":[{"name":"connectivity_plus","path":"/Users/arvindsangwan/.pub-cache/hosted/pub.dev/connectivity_plus-5.0.1/","native_build":true,"dependencies":[]}],"macos":[{"name":"connectivity_plus","path":"/Users/arvindsangwan/.pub-cache/hosted/pub.dev/connectivity_plus-5.0.1/","native_build":true,"dependencies":[]}],"linux":[{"name":"connectivity_plus","path":"/Users/arvindsangwan/.pub-cache/hosted/pub.dev/connectivity_plus-5.0.1/","native_build":false,"dependencies":[]}],"windows":[{"name":"connectivity_plus","path":"/Users/arvindsangwan/.pub-cache/hosted/pub.dev/connectivity_plus-5.0.1/","native_build":true,"dependencies":[]}],"web":[{"name":"connectivity_plus","path":"/Users/arvindsangwan/.pub-cache/hosted/pub.dev/connectivity_plus-5.0.1/","dependencies":[]}]},"dependencyGraph":[{"name":"connectivity_plus","dependencies":[]}],"date_created":"2023-10-16 13:09:55.932360","version":"3.13.7"}
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"connectivity_plus","path":"/Users/ajaykumar/.pub-cache/hosted/pub.dev/connectivity_plus-5.0.1/","native_build":true,"dependencies":[]}],"android":[{"name":"connectivity_plus","path":"/Users/ajaykumar/.pub-cache/hosted/pub.dev/connectivity_plus-5.0.1/","native_build":true,"dependencies":[]}],"macos":[{"name":"connectivity_plus","path":"/Users/ajaykumar/.pub-cache/hosted/pub.dev/connectivity_plus-5.0.1/","native_build":true,"dependencies":[]}],"linux":[{"name":"connectivity_plus","path":"/Users/ajaykumar/.pub-cache/hosted/pub.dev/connectivity_plus-5.0.1/","native_build":false,"dependencies":[]}],"windows":[{"name":"connectivity_plus","path":"/Users/ajaykumar/.pub-cache/hosted/pub.dev/connectivity_plus-5.0.1/","native_build":true,"dependencies":[]}],"web":[{"name":"connectivity_plus","path":"/Users/ajaykumar/.pub-cache/hosted/pub.dev/connectivity_plus-5.0.1/","dependencies":[]}]},"dependencyGraph":[{"name":"connectivity_plus","dependencies":[]}],"date_created":"2023-10-21 22:08:00.747802","version":"3.13.7"}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,5 @@ build/
7171
!**/ios/**/default.pbxuser
7272
!**/ios/**/default.perspectivev3
7373
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
74+
75+
pubspec.lock

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## [1.1.4] - Dependency Update
22

3-
- connectivity_plus: `^5.0.1`
3+
- Updated connectivity_plus: `^5.0.1`
44

55
## [1.1.3] - #18 Issue Resolved
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![](https://img.shields.io/badge/build-1.1.3-brightgreen)](https://github.com/ProjectAj14/connectivity_wrapper)
1+
[![](https://img.shields.io/badge/build-1.1.4-brightgreen)](https://github.com/ProjectAj14/connectivity_wrapper)
22
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
33

44
# connectivity_wrapper

example/.flutter-plugins-dependencies

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@
7171
!**/ios/**/default.pbxuser
7272
!**/ios/**/default.perspectivev3
7373
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
74+
75+
pubspec.lock
76+
77+
.flutter-plugins-dependencies

example/pubspec.lock

Lines changed: 0 additions & 297 deletions
This file was deleted.

example/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ flutter:
2323
assets:
2424
- assets/
2525

26+
27+
2628

2729

2830

0 commit comments

Comments
 (0)