Skip to content

Commit

Permalink
Merge pull request #80 from JordyHers-org/dev
Browse files Browse the repository at this point in the history
Merge dev into main
  • Loading branch information
JordyHers committed Aug 24, 2023
2 parents d2c9383 + baa26bc commit f92e402
Show file tree
Hide file tree
Showing 15 changed files with 72 additions and 30 deletions.
44 changes: 24 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
## 1.0.0
## 1.0.6

* Initial release of the project
* Added basic project structure and files
* Implemented core functionality of the application
* Created user interface for the application

## 1.0.1
* Add twitterX, nasa, speceX, theVerge, vodafone
* Add angelList, indeed, medium
* fix package point 130/140
* Fix minor bug and enhancements

* Ios crash bug
## 1.0.5

## 1.0.2
* Add crypto logos
* Improve tests
* add badges
* Fix minor bug and enhancements

* Updated Readme file
* Minor bug fixes
* Address issue with Android Gradle Versions
## 1.0.4

* Update readme for Windows users contributors
* Add few new logos

## 1.0.3

Expand All @@ -24,16 +25,19 @@
* Add more daily logos
* Add more Tech logos

## 1.0.4
## 1.0.2

* Update readme for Windows users contributors
* Add few new logos
* Updated Readme file
* Minor bug fixes
* Address issue with Android Gradle Versions

## 1.0.5
## 1.0.1

* Add crypto logos
* Improve tests
* add badges
* Fix minor bug and enhancements
* Ios crash bug

## 1.0.0

* Initial release of the project
* Added basic project structure and files
* Implemented core functionality of the application
* Created user interface for the application
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Add `flutter_any_logo` as a dependency in your `pubspec.yaml` file.

```
dependencies:
flutter_any_logo: ^1.0.5
flutter_any_logo: ^1.0.6
```

Then, run `flutter pub get` in your terminal to install the plugin.
Expand Down
Binary file added assets/media/angelList.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/media/indeed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/media/medium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/media/quora.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/media/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/media/twitterX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/tech/nasa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/tech/spaceX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/tech/theVerge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/tech/vodafone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.4"
version: "1.0.6"
flutter_lints:
dependency: "direct dev"
description:
name: flutter_lints
sha256: aeb0b80a8b3709709c9cc496cdc027c5b3216796bc0af0ce1007eaf24464fd4c
sha256: "2118df84ef0c3ca93f96123a616ae8540879991b8b57af2f81b76a7ada49b2a4"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "2.0.2"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -99,10 +99,10 @@ packages:
dependency: transitive
description:
name: lints
sha256: "5e4a9cd06d447758280a8ac2405101e0e2094d2a1dbdd3756aec3fe7775ba593"
sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "2.1.1"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -139,10 +139,10 @@ packages:
dependency: transitive
description:
name: plugin_platform_interface
sha256: "6a2128648c854906c53fa8e33986fc0247a1116122f9534dd20e3ab9e16a32bc"
sha256: "43798d895c929056255600343db8f049921cbec94d31ec87f1dc5c16c01935dd"
url: "https://pub.dev"
source: hosted
version: "2.1.4"
version: "2.1.5"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -205,5 +205,5 @@ packages:
source: hosted
version: "2.1.4"
sdks:
dart: ">=3.0.0-0 <4.0.0"
dart: ">=3.0.0 <4.0.0"
flutter: ">=2.5.0"
38 changes: 38 additions & 0 deletions lib/gen/assets.gen.dart

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

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >-
It covers, fashion. Sports, Entertainment, SocialMedia etc...
#Version to be released
version: 1.0.5
version: 1.0.6

#package homepage:
homepage: https://github.com/JordyHers/flutter_any_logo
Expand Down

0 comments on commit f92e402

Please sign in to comment.