यह आपके ऐप की छवियों / स्क्रीनशॉट को जोड़ने और अपने रिपॉजिटरी लुक को साफ रखने का सबसे अच्छा तरीका है।
screenshot
अपनी रिपॉजिटरी में एक फ़ोल्डर बनाएं और उन छवियों को जोड़ें जिन्हें आप प्रदर्शित करना चाहते हैं।
अब README.md
एक टेबल बनाने के लिए इस HTML कोड को शामिल करें।
#### Flutter App Screenshots
<table>
<tr>
<td>First Screen Page</td>
<td>Holiday Mention</td>
<td>Present day in purple and selected day in pink</td>
</tr>
<tr>
<td><img src="screenshots/Screenshot_1582745092.png" width=270 height=480></td>
<td><img src="screenshots/Screenshot_1582745125.png" width=270 height=480></td>
<td><img src="screenshots/Screenshot_1582745139.png" width=270 height=480></td>
</tr>
</table>
में <td><img src="(COPY IMAGE PATH HERE)" width=270 height=480></td>
** छवि पथ प्राप्त करने के लिए -> screenshot
फ़ोल्डर image
पर जाएं और दाईं ओर और सबसे अधिक खोलें , आपको Copy path
बटन मिलेगा ।
आपको अपनी रिपॉजिटरी में इस तरह की एक टेबल मिलेगी --->