a195-flutter-fundamental-project icon indicating copy to clipboard operation
a195-flutter-fundamental-project copied to clipboard

Results 1 a195-flutter-fundamental-project issues
Sort by recently updated
recently updated
newest added

**Pada main.dart terdapat kekurangan, dimana widget WebView tidak lagi compatible dengan versi terbaru, versi terbaru menggunakan WebViewWidget** `import 'package:dicoding_news_app/article.dart'; import 'package:flutter/material.dart'; import 'package:webview_flutter/webview_flutter.dart'; class ArticleDetailPage extends StatelessWidget { static const...