Skip to content
Snippets Groups Projects
Select Git revision
  • c1eb9168d740adcbdc214e3ce90e53f544b5b2e7
  • master default protected
  • 21-improve-app-metadata
  • Release_0.9.0_40 protected
  • Release_0.8.2_39 protected
  • Release_0.8.1_38 protected
  • Release_0.8.0_37 protected
  • Release_0.7.0_36 protected
  • Release_0.6.0_35 protected
  • Release_0.5.0_34 protected
  • Release_0.4.2_33 protected
  • Release_0.4.1_32 protected
  • Release_0.4.0_31 protected
  • Release_0.3.1_30 protected
  • Release_0.3.0_29 protected
  • Release_0.2.1_28 protected
  • Release_0.2.0_27 protected
  • Release_0.1.2_26 protected
  • Release_0.1.1_25 protected
  • Release_0.1.0_24 protected
  • Release_0.0.23_23 protected
  • Release_0.0.22_22 protected
  • Release_0.0.21_21 protected
23 results

pubspec.yaml

Blame
  • pubspec.yaml 894 B
    name: twister
    description: Twister game companion
    
    publish_to: "none"
    
    version: 0.2.1+28
    
    environment:
      sdk: "^3.0.0"
    
    dependencies:
      flutter:
        sdk: flutter
    
      # base
      auto_size_text: ^3.0.0
      easy_localization: ^3.0.1
      equatable: ^2.0.5
      flutter_bloc: ^8.1.1
      hive: ^2.2.3
      hydrated_bloc: ^9.0.0
      package_info_plus: ^8.0.0
      path_provider: ^2.0.11
      unicons: ^3.0.0
    
      # specific
      audioplayers: ^6.0.0
    
    dev_dependencies:
      flutter_lints: ^5.0.0
    
    flutter:
      uses-material-design: true
      assets:
        - assets/translations/
        - assets/ui/
        - assets/voices/
    
      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