Facebook
From Flutter Deneme, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 146
  1. C:\src\flutter\bin\cache\dart-sdk\bin\dart.exe --enable-asserts --enable-vm-service:63433 G:\AndroidStudioProjects\SAMPLES\FLUTTER\dart_dili\lib\class.dart
  2. Observatory listening on http://127.0.0.1:63433/HZu2-x6l4Qs=/
  3.  
  4. lib/class.dart: Warning: Interpreting this as package URI, 'package:dartdili/class.dart'.
  5. lib/class.dart:28:15: Error: Type 'Ogrenci1' not found.
  6.   void kaydet(Ogrenci1 ogrenci) {
  7.               ^^^^^^^^
  8. lib/class.dart:13:25: Error: Method not found: 'OgrenciIslem'.
  9.   var ogrenciIslem =new OgrenciIslem();
  10.                         ^^^^^^^^^^^^
  11. lib/class.dart:28:15: Error: 'Ogrenci1' isn't a type.
  12.   void kaydet(Ogrenci1 ogrenci) {
  13.               ^^^^^^^^
  14.  
  15. Process finished with exit code 254