Skip to content

Instantly share code, notes, and snippets.

@furkantoptass
Created March 4, 2021 08:30
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Kullanilacak ekletiler
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