This file contains hidden or 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
    
  
  
    
  | import 'package:carousel_pro/carousel_pro.dart'; | |
| import 'package:flutter/cupertino.dart'; | |
| import 'package:flutter/material.dart'; | |
| import 'package:flutter/services.dart'; | |
| import 'package:flutter_svg/flutter_svg.dart'; | |
| import 'package:wisata_yogyakarta/GalleryWisata.dart'; | |
| import 'package:wisata_yogyakarta/LokasiWisata.dart'; | |
| import 'package:wisata_yogyakarta/PortalBerita.dart'; | |
| import 'package:wisata_yogyakarta/VideoWisata.dart'; | 
  
    
      This file contains hidden or 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
    
  
  
    
  | import 'package:flutter/cupertino.dart'; | |
| import 'package:flutter/material.dart'; | |
| import 'package:progress_dialog/progress_dialog.dart'; | |
| import 'package:webview_flutter/webview_flutter.dart'; | |
| ProgressDialog pd; | |
| class PortalBerita extends StatefulWidget { | |
| @override | |
| State<StatefulWidget> createState() { | 
  
    
      This file contains hidden or 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
    
  
  
    
  | import 'package:flutter/cupertino.dart'; | |
| import 'package:flutter/material.dart'; | |
| import 'package:flutter/services.dart'; | |
| import 'package:wisata_yogyakarta/Dashboard.dart'; | |
| import 'package:wisata_yogyakarta/GalleryWisata.dart'; | |
| import 'package:wisata_yogyakarta/LokasiWisata.dart'; | |
| import 'package:wisata_yogyakarta/PortalBerita.dart'; | |
| import 'package:wisata_yogyakarta/VideoWisata.dart'; | |
| void main() => runApp(MyApp()); | 
  
    
      This file contains hidden or 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
    
  
  
    
  | import 'package:flutter/cupertino.dart'; | |
| import 'package:flutter/material.dart'; | |
| class GalleryWisata extends StatefulWidget { | |
| @override | |
| State<StatefulWidget> createState() { | |
| return _GalleryWisataState(); | |
| } | |
| } | 
  
    
      This file contains hidden or 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
    
  
  
    
  | import 'package:flutter/cupertino.dart'; | |
| import 'package:youtube_player/youtube_player.dart'; | |
| class VideoWisata extends StatefulWidget { | |
| @override | |
| State<StatefulWidget> createState() { | |
| return _VideoWisata(); | |
| } | |
| } | 
  
    
      This file contains hidden or 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
    
  
  
    
  | import 'dart:async'; | |
| import 'package:flutter/material.dart'; | |
| import 'package:google_maps_flutter/google_maps_flutter.dart'; | |
| class LokasiWisata extends StatefulWidget { | |
| @override | |
| State<StatefulWidget> createState() { | |
| return _LokasiWisataState(); | |
| } | 
  
    
      This file contains hidden or 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
    
  
  
    
  | import 'package:berita_flutter/DetailNews.dart'; | |
| import 'package:berita_flutter/api/Api.dart'; | |
| import 'package:berita_flutter/api/ListBeritaResponse.dart'; | |
| import 'package:flutter/material.dart'; | |
| void main() => runApp(MyApp()); | |
| class MyApp extends StatelessWidget { | |
| @override | |
| Widget build(BuildContext context) { | 
  
    
      This file contains hidden or 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
    
  
  
    
  | import 'package:berita_flutter/api/Api.dart'; | |
| import 'package:berita_flutter/api/ListBeritaResponse.dart'; | |
| import 'package:flutter/cupertino.dart'; | |
| import 'package:flutter/material.dart'; | |
| class DetailNews extends StatefulWidget { | |
| DetailNews({this.data}); | |
| final Data data; | 
  
    
      This file contains hidden or 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
    
  
  
    
  | @Suppress("DEPRECATION") | |
| private fun createWebPrintJob(context: Context, webView: WebView) { | |
| // Get a PrintManager instance | |
| val printManager = | |
| context.getSystemService(Context.PRINT_SERVICE) as PrintManager | |
| val jobName: String = webView.title + " Document" | |
| // Get a print adapter instance | |
| val printAdapter: PrintDocumentAdapter | |
| printAdapter = | 
  
    
      This file contains hidden or 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
    
  
  
    
  | <?xml version="1.0" encoding="utf-8"?> | |
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
| android:layout_width="match_parent" | |
| android:layout_height="match_parent" | |
| android:orientation="vertical" | |
| android:padding="16dp"> | |
| <EditText | |
| android:layout_width="match_parent" | |
| android:layout_height="wrap_content" | 
OlderNewer
        