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

Commit

Permalink
Updated .gitignore and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectAJ14 committed Oct 21, 2023
1 parent 34d40b2 commit 8752963
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 583 deletions.
2 changes: 1 addition & 1 deletion .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":"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"}
{"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"}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ build/
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

pubspec.lock
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [1.1.4] - Dependency Update

- connectivity_plus: `^5.0.1`
- Updated connectivity_plus: `^5.0.1`

## [1.1.3] - #18 Issue Resolved

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![](https://img.shields.io/badge/build-1.1.3-brightgreen)](https://github.com/ProjectAj14/connectivity_wrapper)
[![](https://img.shields.io/badge/build-1.1.4-brightgreen)](https://github.com/ProjectAj14/connectivity_wrapper)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

# connectivity_wrapper
Expand Down
1 change: 0 additions & 1 deletion example/.flutter-plugins-dependencies

This file was deleted.

4 changes: 4 additions & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,7 @@
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

pubspec.lock

.flutter-plugins-dependencies
297 changes: 0 additions & 297 deletions example/pubspec.lock

This file was deleted.

2 changes: 2 additions & 0 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ flutter:
assets:
- assets/






Expand Down
Loading

0 comments on commit 8752963

Please sign in to comment.