84 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			84 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: native_crypto_example
 | |
| description: Demonstrates how to use the native_crypto plugin.
 | |
| 
 | |
| # 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
 | |
| 
 | |
| environment:
 | |
|   sdk: ">=2.17.0 <3.0.0"
 | |
| 
 | |
| # Dependencies specify other packages that your package needs in order to work.
 | |
| # To automatically upgrade your package dependencies to the latest versions
 | |
| # consider running `flutter pub upgrade --major-versions`. Alternatively,
 | |
| # dependencies can be manually updated by changing the version numbers below to
 | |
| # the latest version available on pub.dev. To see which dependencies have newer
 | |
| # versions available, run `flutter pub outdated`.
 | |
| dependencies:
 | |
|   flutter: { sdk: flutter }
 | |
|   native_crypto: { path: ../ }
 | |
|   cupertino_icons: ^1.0.5
 | |
|   flutter_riverpod: ^2.1.3
 | |
|   pointycastle: ^3.6.2
 | |
|   flutter_bloc: ^8.1.1
 | |
| 
 | |
|   wyatt_architecture:
 | |
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
 | |
|     version: 0.1.0+1
 | |
|   wyatt_type_utils:
 | |
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
 | |
|     version: 0.0.4
 | |
|   wyatt_bloc_helper:
 | |
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
 | |
|     version: 2.0.0
 | |
|   get_it: ^7.2.0
 | |
|   file_picker: ^5.2.7
 | |
| 
 | |
| dev_dependencies:
 | |
|   flutter_test: { sdk: flutter }
 | |
| 
 | |
|   wyatt_analysis:
 | |
|     hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
 | |
|     version: 2.4.1
 | |
| 
 | |
| # For information on the generic Dart part of this file, see the
 | |
| # following page: https://dart.dev/tools/pub/pubspec
 | |
| 
 | |
| # The following section is specific to Flutter.
 | |
| flutter:
 | |
|   # The following line ensures that the Material Icons font is
 | |
|   # included with your application, so that you can use the icons in
 | |
|   # the material Icons class.
 | |
|   uses-material-design: true
 | |
| 
 | |
|   # To add assets to your application, add an assets section, like this:
 | |
|   # assets:
 | |
|   #   - images/a_dot_burr.jpeg
 | |
|   #   - images/a_dot_ham.jpeg
 | |
| 
 | |
|   # An image asset can refer to one or more resolution-specific "variants", see
 | |
|   # https://flutter.dev/assets-and-images/#resolution-aware.
 | |
| 
 | |
|   # For details regarding adding assets from package dependencies, see
 | |
|   # https://flutter.dev/assets-and-images/#from-packages
 | |
| 
 | |
|   # To add custom fonts to your application, add a fonts section here,
 | |
|   # in this "flutter" section. Each entry in this list should have a
 | |
|   # "family" key with the font family name, and a "fonts" key with a
 | |
|   # list giving the asset and other descriptors for the font. For
 | |
|   # example:
 | |
|   # fonts:
 | |
|   #   - family: Schyler
 | |
|   #     fonts:
 | |
|   #       - asset: fonts/Schyler-Regular.ttf
 | |
|   #       - asset: fonts/Schyler-Italic.ttf
 | |
|   #         style: italic
 | |
|   #   - family: Trajan Pro
 | |
|   #     fonts:
 | |
|   #       - asset: fonts/TrajanPro.ttf
 | |
|   #       - asset: fonts/TrajanPro_Bold.ttf
 | |
|   #         weight: 700
 | |
|   #
 | |
|   # For details regarding fonts from package dependencies,
 | |
|   # see https://flutter.dev/custom-fonts/#from-packages
 |