개발(코딩)/Dart&Flutter

Dart&Flutter 기초 (0) - 유용한 사이트 모음

아는 개 산책 2024. 3. 12. 16:51

Dart ( https://dart.dev/ )

Flutter ( https://flutter.dev/ )

DartPad ( https://dartpad.dev/? )

Visual Studio Code ( https://code.visualstudio.com/ )

Dart Code ( https://dartcode.org/ )

pub.dev ( https://pub.dev/ )

Flutter YouTube ( https://www.youtube.com/flutterdev )

Google YouTube ( https://www.youtube.com/googlecode )

Dart GitHub ( https://github.com/dart-lang )

Flutter GitHub ( https://github.com/flutter )

Adobe XD ( https://helpx.adobe.com/kr/support/xd.html )

XD to Flutter ( https://github.com/AdobeXD/xd-to-flutter-plugin )

Medium ( https://medium.com/ )

 

새로운 Flutter 위젯들

Icon: https://api.flutter.dev/flutter/widgets/Icon-class.html 

Image: https://api.flutter.dev/flutter/widgets/Image-class.html 

Row: https://api.flutter.dev/flutter/widgets/Row-class.html 

Column: https://api.flutter.dev/flutter/widgets/Column-class.html 

Expanded: https://api.flutter.dev/flutter/widgets/Expanded-class.html 

DefaultTextStyle: https://api.flutter.dev/flutter/widgets/DefaultTextStyle-class.html 

Container: https://api.flutter.dev/flutter/widgets/Container-class.html