Simon

Results 101 issues of Simon

While reviewing the OOP concepts in Dart ( I'm looking at async/await with shared preference and how to use it with classes https://github.com/dwyl/flutter-todo-list-tutorial/issues/18 ) I was wondering if we could...

enhancement

`flutter help`: ![flutter-help](https://user-images.githubusercontent.com/6057298/94024566-7dce5600-fdaf-11ea-9ce7-c75756460568.png) - create a new project: `flutter create --org org_name --project-name prject_name folder` - `flutter test` - `flutter run`

enhancement

The current readme can be updated to make it more biginner friendly and easier to follow code: - Add source code of project to allow people to run the project...

T1d
epic

The repository currently only contains the `README` file. - [ ] Create the `todo` flutter application and push the code to the repository so people can refer to back to...

enhancement
T1d
in-progress

these tests will check that all the properties needed still exist when the index is updated. This will allow us to target quickly the issues like #280

enhancement
T1d
technical
priority-3
feature-idea

![image](https://user-images.githubusercontent.com/6057298/216335909-86839f71-f3eb-483b-ba1c-0c84ba483d63.png) The text field can contains multiple lines, however at the moment the content is centered. I'm going to look at the Flutter layout and find a solution to make...

UI
priority-2
T1h
flutter

![image](https://user-images.githubusercontent.com/6057298/218997397-cda0d39e-f534-4fa8-818f-638e8192435c.png) The list of items should be at the top under the field input. There is an issue (linked to the Expand widget I think). - [ ] Review how...

enhancement
flutter

When the TextField obtains focus (see #308), the height of the widget is maxed out to take as much screen as possible. However this transition is a bit abrupt and...

enhancement
UI
technical
spike
T4h
flutter
research
learn

At the moment to extend the `TextField` to take all the screen see https://github.com/dwyl/app/issues/303 I'm using the `onTap` property of the widget: ```dart child: TextField( onTap: () { extendsFieldText(); },...

T2h
flutter

To be able to review #231 and to make sure I understand how the application works, I'm currently reading the code to improve my understanding of it. I'll list any...

enhancement
priority-2
epic