Initial commit. I can successfully create random tensor.
This commit is contained in:
37
pubspec.yaml
Normal file
37
pubspec.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
name: archimedes_test
|
||||
description: "A new Flutter project."
|
||||
|
||||
# Prevent accidental publishing to pub.dev.
|
||||
publish_to: 'none'
|
||||
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: '>=3.3.0 <4.0.0'
|
||||
|
||||
dependencies:
|
||||
camera: ^0.11.0+2
|
||||
collection: ^1.18.0
|
||||
dart_tensor: ^1.0.4
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
|
||||
dev_dependencies:
|
||||
photogrammetry:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
flutter_lints: ^3.0.0
|
||||
test: ^1.25.7
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
||||
# Enable generation of localized Strings from arb files.
|
||||
generate: true
|
||||
|
||||
assets:
|
||||
# Add assets from the images directory to the application.
|
||||
- assets/images/
|
Reference in New Issue
Block a user