Skip to content

Instantly share code, notes, and snippets.

@Oshinowo
Created October 23, 2021 00:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Oshinowo/44445a8b9afd6249bf94aa4e4aaca1f4 to your computer and use it in GitHub Desktop.
Save Oshinowo/44445a8b9afd6249bf94aa4e4aaca1f4 to your computer and use it in GitHub Desktop.
Adding external plugins and asset path to flutter project
name: flutter_banking_app
description: A Flutter Onboarding Bank App project.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_screenutil: ^5.0.0+2
google_fonts: ^2.1.0
font_awesome_flutter: ^9.1.0
shared_preferences: ^2.0.8
introduction_screen: ^2.1.0
flutter_svg: ^0.23.0+1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/logos/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment