Michael Speed

Results 7 issues of Michael Speed

``` ../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/page_router-0.0.3/lib/page_router.dart:59:21: Error: The argument type 'List' can't be assigned to the parameter type 'String'. - 'List' is from 'dart:core'. trie.add(path.split(key), routes[key]); ^ ../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/page_router-0.0.3/lib/page_router.dart:134:34: Error: The argument type 'List' can't...

Deep links don't work at all on iOS but they do on Android. Scheme on iOS is currently `customscheme` but should be https:// if possible version 2.0.37

bug

Currently the auth token is stored in a file `networkauth.dart` that is not checked into version control. This means that each new developer needs to create this file and manually...

improvement
tech debt

When you're downloading a background sound, if there is a slow connection or no connection, at the moment, an Exception is thrown but the UI doesn't respond. We should have...

app
new feature

When doing a Pull to Refresh on Session Options screen and Folder Nav Screen, if the content is shorter than the screen, it gets chopped off **To Reproduce** Steps to...

bug
good first issue
app

**Objective:** This ticket aims to refactor multiple backend models used in our codebase, including TrackModel, ShortcutsModel, and others, to align them with clean architecture principles. The focus is on establishing...

`lib/utils/navigation_extra.dart` We have a usecase where we maybe have folders within folders within folders. Each folder can contain sessions, folders, links to websites, text pages or links to videos. In...

improvement