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

Icons not working #1

Closed
eioo opened this issue Mar 23, 2020 · 1 comment
Closed

Icons not working #1

eioo opened this issue Mar 23, 2020 · 1 comment

Comments

@eioo
Copy link

eioo commented Mar 23, 2020

My first time using this library and I'm experiencing problem where the icons are not showing up. Example:

image

I'm using Android API 25 (Pixel 2) and Dart SDK version 2.7.0. This is the project I tried to use it with: https://github.com/rareagency/event-app-showcase/tree/master/app

Here is my pubspec.yaml:

name: eventapp
description: Event app demo
version: 1.0.0+1

environment:
  sdk: ">=2.1.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter

  # The following adds the Cupertino Icons font to your application.
  # Use with the CupertinoIcons class for iOS style icons.
  cupertino_icons: ^0.1.2
  image_picker: ^0.6.3+4
  intl: ^0.16.1
  collection: ^1.14.11
  ant_icons: ^1.0.0

dev_dependencies:
  flutter_test:
    sdk: flutter

flutter:
  fonts:
    - family: Inter
      fonts:
        - asset: fonts/Inter-Regular.ttf
        - asset: fonts/Inter-SemiBold.ttf
          weight: 700

  uses-material-design: true

  assets:
   - assets/

@eioo
Copy link
Author

eioo commented Mar 30, 2020

I had to do fresh build to solve the issue, I was previously using hot restart.

@eioo eioo closed this as completed Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant