name: nextcloudapp description: "A new Flutter project." publish_to: "none" # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: sdk: ^3.6.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: ^1.0.8 flutter_svg: ^2.0.17 http: ^1.3.0 intl: ^0.20.2 shared_preferences: ^2.5.2 nextcloud: ^8.1.0 dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^5.0.0 # The following section is specific to Flutter packages. flutter: uses-material-design: true assets: - assets/icons/ - assets/images/ fonts: - family: Poppins fonts: - asset: fonts/Poppins-Bold.ttf weight: 700 - asset: fonts/Poppins-Medium.ttf weight: 500 - asset: fonts/Poppins-Regular.ttf weight: 400 - asset: fonts/Poppins-SemiBold.ttf weight: 600