Created
March 4, 2021 08:30
-
-
Save furkantoptass/af3ab6dc46f3f73f7b2b8b03a7a77dda to your computer and use it in GitHub Desktop.
Kullanilacak ekletiler
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
environment: | |
sdk: ">=2.7.0 <3.0.0" | |
dependencies: | |
flutter: | |
sdk: flutter | |
image_picker: ^0.6.7+22 #Resimleri galeriden alabilmek için kullanacagımız eklenti. | |
tflite: ^1.1.1 #Resimlerimizi makineye öğretecek eklentimiz. | |
# The following adds the Cupertino Icons font to your application. | |
# Use with the CupertinoIcons class for iOS style icons. | |
cupertino_icons: ^1.0.2 | |
dev_dependencies: | |
flutter_test: | |
sdk: flutter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment