Skip to content

Instantly share code, notes, and snippets.

View arnold-parge's full-sized avatar
🏠
Working from home

arnold-parge

🏠
Working from home
View GitHub Profile
{
"data": [
{
"_id": "567489",
"name": "ABC Tech",
"location": "Pune"
},
{
"_id": "579029",
"name": "XYZ Tech",
@arnold-parge
arnold-parge / nsio-alternate-colors.dart
Last active February 1, 2022 15:06
Alternate colors in list
// NonstopIO Interview
//
//
//
//
//
// OBJECTIVE: Display the list of words using the NsCard widget,
// where the color of the card will initially be red and green
// alternately. On clicking the refresh button, all the red
// cards should become green and vice versa.