A new Flutter project skeleton.
Your Task: Build an infinite scroll widget that accepts data from 3+ asynchronous sources, using RxDart. The items in the scroll list can just be text - no images/files required.
- clone repo
- make changes (because the current inf scroll code doesn't really work on Chrome/Desktop, and please make it work)
- Feel free to change all the code in main.dart, to whatever you see fit
- create a PR on a branch to our repo - or push to your personal repo (the main branch here is protected on GH)
- it should run with
flutter run -d chrome
orflutter run -d mac
- feel free to use chatgpt (etc) to generate code, but bring some custom solutions too, there are lot of cool features to add to infinite scroll, including search/filter
- demo your app to us
thanks
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.