Skip to content

Commit

Permalink
Merge pull request #29 from JordyHers/dev
Browse files Browse the repository at this point in the history
Merge dev to main
  • Loading branch information
JordyHers committed Apr 29, 2023
2 parents 935a97d + 363d287 commit 7c7a86b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,13 @@ Import the `flutter_any_logo` package in your Dart code:
import 'package:flutter_any_logo/flutter_any_logo.dart';
```

You can now use the provided `Logo` widgets to display the logos in your app. For example, to display the Instagram logo:
You can now use the provided `AnyLogo` widget to display the logos in your app. For example, to display the Instagram logo:

```dart
AnyLogo.media.instagram
```

#### More examples

```dart
import 'package:flutter_any_logo/flutter_any_logo.dart';
Expand All @@ -68,7 +74,7 @@ class MyApp extends StatelessWidget {

`flutter_any_logo` currently supports the following categories and logos:

### Usage
### Variables
if you want to have access to a type a static method is available

```dart
Expand Down Expand Up @@ -115,6 +121,10 @@ Image(image: AssetImage(AnyLogo.nba.atlanta.path)),
```

### Warning 鈿狅笍
> 馃榿 New Logos are constantly uploaded and we may have not uploaded a
logo you think should be part of the library. Feel free to open an Pull request to have your logo added.


## Test Strategy

Expand Down

0 comments on commit 7c7a86b

Please sign in to comment.