Tomer Ben-Rachel
Tomer Ben-Rachel
### What is your question? When using the Flutter AlarmManagerPlus package and any one of its exposed methods, the callback we can pass is either of type Function or Function(int)....
Adding directory named ```open_bus_form``` under web_app that holds all the relevant code for the application. This application allows user input regarding reporting about bus delays. This references issue #139
References: - https://docs.flutter.dev/testing/integration-tests - https://www.dhiwise.com/post/practical-guide-to-integration-testing-in-flutter-app - https://medium.com/testvagrant/writing-your-first-test-with-flutter-integration-test-1e877d0ca279
**Requires Flutter 3.16** [Reference](https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply)
Understand if it is better to use this type of architecture in the application and if so what is the feasibility of it. [Reference](https://www.freecodecamp.org/news/an-introduction-to-the-flux-architectural-pattern-674ea74775c9/)
When using TextEditingController, these warning messages can be observed in the logs: ``` W/IInputConnectionWrapper( 4041): beginBatchEdit on inactive InputConnection W/IInputConnectionWrapper( 4041): getTextBeforeCursor on inactive InputConnection W/IInputConnectionWrapper( 4041): getTextAfterCursor on inactive...
Add logic (and possibly) UI to allow the user to choose the time of the birthday notification
`Exception java.lang.NoSuchMethodError: No interface method addWindowLayoutInfoListener(Landroid/app/Activity;Lj$/util/function/Consumer;)V in class Landroidx/window/extensions/layout/WindowLayoutComponent; or its super classes (declaration of 'androidx.window.extensions.layout.WindowLayoutComponent' appears in /system_ext/framework/androidx.window.extensions.jar) at androidx.window.layout.ExtensionWindowLayoutInfoBackend.registerLayoutChangeCallback at androidx.window.layout.WindowInfoTrackerImpl$windowLayoutInfo$1.invokeSuspend (WindowInfoTrackerImpl.java) at androidx.window.layout.WindowInfoTrackerImpl$windowLayoutInfo$1.invoke (WindowInfoTrackerImpl.java) at androidx.window.layout.WindowInfoTrackerImpl$windowLayoutInfo$1.invoke (WindowInfoTrackerImpl.java)...
Update the article based on changes that happened in Google Play Console (Inviting the service worker)