Git Product home page Git Product logo

flutter_tv_series_dicoding's Introduction

FLutter TV Series Tugas Dicoding Flutter Developer Expert

Codemagic build status

Project latihan flutter developer expert tv series app. ([email protected])

a199-flutter-expert-project

Repository ini merupakan starter project submission kelas Flutter Expert Dicoding Indonesia.


Tips Submission Awal

Pastikan untuk memeriksa kembali seluruh hasil testing pada submissionmu sebelum dikirimkan. Karena kriteria pada submission ini akan diperiksa setelah seluruh berkas testing berhasil dijalankan.

Tips Submission Akhir

Jika kamu menerapkan modular pada project, Anda dapat memanfaatkan berkas test.sh pada repository ini. Berkas tersebut dapat mempermudah proses testing melalui terminal atau command prompt. Sebelumnya menjalankan berkas tersebut, ikuti beberapa langkah berikut:

  1. Install terlebih dahulu aplikasi sesuai dengan Operating System (OS) yang Anda gunakan.

    • Bagi pengguna Linux, jalankan perintah berikut pada terminal.

      sudo apt-get update -qq -y
      sudo apt-get install lcov -y
      
    • Bagi pengguna Mac, jalankan perintah berikut pada terminal.

      brew install lcov
      
    • Bagi pengguna Windows, ikuti langkah berikut.

      • Install Chocolatey pada komputermu.
      • Setelah berhasil, install lcov dengan menjalankan perintah berikut.
        choco install lcov
        
      • Kemudian cek Environtment Variabel pada kolom System variabels terdapat variabel GENTHTML dan LCOV_HOME. Jika tidak tersedia, Anda bisa menambahkan variabel baru dengan nilai seperti berikut.
        Variable Value
        GENTHTML C:\ProgramData\chocolatey\lib\lcov\tools\bin\genhtml
        LCOV_HOME C:\ProgramData\chocolatey\lib\lcov\tools
  2. Untuk mempermudah proses verifikasi testing, jalankan perintah berikut.

    git init
    
  3. Kemudian jalankan berkas test.sh dengan perintah berikut pada terminal atau powershell.

    test.sh
    

    atau

    ./test.sh
    

    Proses ini akan men-generate berkas lcov.info dan folder coverage terkait dengan laporan coverage.

  4. Tunggu proses testing selesai hingga muncul web terkait laporan coverage.

    genhtml coverage/lcov.info -o coverage/html
    
    open coverage/html/index.html
    
  5. Generate Mocks

    flutter pub run build_runner build --delete-conflicting-outputs
    

flutter_tv_series_dicoding's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.