sudeshim3
3/3/2019 - 3:22 PM

Android and flutter list

Android and flutter list

<android.support.v7.widget.RecyclerView
            android:id="@+id/rv_users"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_margin="8dp"/>
    implementation 'com.android.support:recyclerview-v7:28.0.0' // For recyclerview
    implementation 'com.squareup.retrofit2:retrofit:2.5.0'      // HTTP client for API calls
    implementation 'com.squareup.retrofit2:converter-gson:2.5.0' // Converter which uses gson serialization to convert response to model
    implementation 'com.mikhaellopez:circularimageview:3.2.0'  // For profile picture