Skip to content
Snippets Groups Projects
Select Git revision
  • 5e60eed82cb206a801034953046bcad3a4c42892
  • master default protected
  • 20-improve-app-metadata
  • Release_0.8.0_32 protected
  • Release_0.7.2_31 protected
  • Release_0.7.1_30 protected
  • Release_0.7.0_29 protected
  • Release_0.6.0_28 protected
  • Release_0.5.0_27 protected
  • Release_0.4.0_26 protected
  • Release_0.3.2_25 protected
  • Release_0.3.1_24 protected
  • Release_0.3.0_23 protected
  • Release_0.2.1_22 protected
  • Release_0.2.0_21 protected
  • Release_0.1.2_20 protected
  • Release_0.1.1_19 protected
  • Release_0.1.0_18 protected
  • Release_0.0.17_17 protected
  • Release_0.0.16_16 protected
  • Release_0.0.15_15 protected
  • Release_0.0.14_14 protected
  • Release_0.0.13_13 protected
23 results

analysis_options.yaml

Blame
  • pubspec.yaml 710 B
    name: jeweled
    description: Jeweled Game
    
    publish_to: 'none'
    
    version: 0.0.18+18
    
    environment:
      sdk: '^3.0.0'
    
    dependencies:
      flutter:
        sdk: flutter
      easy_localization: ^3.0.1
      equatable: ^2.0.5
      flutter_bloc: ^8.1.1
      hydrated_bloc: ^9.0.0
      path_provider: ^2.0.11
      unicons: ^2.1.1
    
    flutter:
      uses-material-design: false
      assets:
        - assets/icons/
        - assets/translations/
    
      fonts:
        - family: Nunito
          fonts:
            - asset: assets/fonts/Nunito-Bold.ttf
              weight: 700
            - asset: assets/fonts/Nunito-Medium.ttf
              weight: 500
            - asset: assets/fonts/Nunito-Regular.ttf
              weight: 400
            - asset: assets/fonts/Nunito-Light.ttf
              weight: 300