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

Merge dev to main #29

Merged
merged 3 commits into from
Apr 29, 2023
Merged
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
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