Enjoy your podcasts right here.
Using rss_dart
package to parse RSS into built_value objects.
- find the IP address of the computer
- use one of the strings in
utilities/mock.dart
or make a new one - edit
main.dart
to use the correct IP - run the remotedev server
remotedev --port 8000
- open a web page with url:
http://localhost:8000/
After making changes to built_value classes run the builder to generate the new code:
flutter pub run build_runner build
flutter test
In VSCode set the device to an emulator then run:
flutter drive --target=test_driver/app.dart