Skip to content
Snippets Groups Projects
Select Git revision
  • 2dc0a66ed73182f1bbe55599c32b5eb487459d40
  • master default protected
  • 21-add-onlongpress-with-popup-on-parameters
  • 23-center-vertically-buttons
  • 30-highlight-bin-when-selecting-disabled-item
  • 1.0.7 protected
  • 1.0.6 protected
  • 1.0.5 protected
  • 1.0.4 protected
  • 1.0.3 protected
  • 1.0.2 protected
  • 1.0.0 protected
  • 0.9.1 protected
  • 0.9.0 protected
  • 0.8.4 protected
  • 0.8.3 protected
  • 0.8.2 protected
  • 0.8.1 protected
  • 0.8.0 protected
  • 0.7.0 protected
  • 0.6.1 protected
  • 0.6.0 protected
  • 0.5.0 protected
  • 0.4.0 protected
  • 0.3.0 protected
25 results

pubspec.yaml

Blame
  • pubspec.yaml 1.01 KiB
    name: flutter_custom_toolbox
    description: "Flutter custom toolbox for org.benoitharrault.* projects."
    
    publish_to: https://pub.harrault.fr/
    
    version: 1.0.1
    
    homepage: https://git.harrault.fr/android/flutter-toolbox
    
    environment:
      sdk: ^3.5.3
      flutter: ">=1.17.0"
    
    dependencies:
      flutter:
        sdk: flutter
    
      # base
      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
    
    dev_dependencies:
      flutter_test:
        sdk: flutter
    
      flutter_lints: ^5.0.0
    
    flutter:
      uses-material-design: true
    
      fonts:
        - family: Nunito
          fonts:
            - asset: packages/flutter_custom_toolbox/fonts/Nunito-Bold.ttf
              weight: 700
            - asset: packages/flutter_custom_toolbox/fonts/Nunito-Medium.ttf
              weight: 500
            - asset: packages/flutter_custom_toolbox/fonts/Nunito-Regular.ttf
              weight: 400
            - asset: packages/flutter_custom_toolbox/fonts/Nunito-Light.ttf
              weight: 300