Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration to null safety #68

Closed
apomalyn opened this issue Mar 19, 2021 · 5 comments · Fixed by #939 or #946
Closed

Migration to null safety #68

apomalyn opened this issue Mar 19, 2021 · 5 comments · Fixed by #939 or #946
Assignees
Labels
enhancement New feature or request platform: android platform: ios ready to develop This issue is ready to be taken.

Comments

@apomalyn
Copy link
Member

Is your feature request related to a problem? Please describe.
To improve the user experience, we should migrate the application to null safety which is available since Dart 2.12.0.

Additional context
Dart migration guide to null safety

@MysticFragilist
Copy link
Contributor

@apomalyn apomalyn self-assigned this Apr 12, 2022
@MysticFragilist MysticFragilist added the ready to develop This issue is ready to be taken. label May 21, 2022
@MysticFragilist
Copy link
Contributor

This would be really useful right now, since we are stuck in a place where we can't further update flutter without updating dart (and thus forcing null safety). We would highly benefit from it as we would be able to migrate to more recent packages.

@MysticFragilist
Copy link
Contributor

Also, it would be necessary to start by migrating the https://github.com/ApplETS/ETS-API-Clients project first, since it's a dependency of Notre-Dame.

@JonathanDuvalV
Copy link
Contributor

Also, it would be necessary to start by migrating the https://github.com/ApplETS/ETS-API-Clients project first, since it's a dependency of Notre-Dame.

@MysticFragilist ETS-API-Clients seems to already have been migrated to null safety ApplETS/ETS-API-Clients@509494d

@JonathanDuvalV
Copy link
Contributor

There's a command to check if all dependencies have been migrated to null-safety and everything seems fine on Notre-Dame

image

I'll start to look into migrating to null-safety for notre-dame

@XavierPaquet-Rapold XavierPaquet-Rapold self-assigned this Sep 22, 2023
apomalyn added a commit that referenced this issue Feb 14, 2024
apomalyn added a commit that referenced this issue Mar 9, 2024
apomalyn added a commit that referenced this issue Mar 9, 2024
apomalyn added a commit that referenced this issue Mar 9, 2024
XavierPaquet-Rapold pushed a commit that referenced this issue Mar 9, 2024
XavierPaquet-Rapold pushed a commit that referenced this issue Mar 9, 2024
XavierPaquet-Rapold pushed a commit that referenced this issue Mar 9, 2024
apomalyn added a commit that referenced this issue Mar 9, 2024
apomalyn added a commit that referenced this issue Mar 9, 2024
apomalyn added a commit that referenced this issue Mar 9, 2024
apomalyn added a commit that referenced this issue Mar 9, 2024
apomalyn added a commit that referenced this issue Mar 9, 2024
XavierPaquet-Rapold added a commit that referenced this issue Mar 14, 2024
* Migrate service classes to null safety

* Migrate constants to null safety

* Migrate utils to null safety

* Remove late from GetIt

* Change @required to required

* Migrate models to null safety

* Migrate main to null safety

* Migrate managers to null safety

* Migrate ViewModels to null safety

* Migrate utils to null safety

* Migrate views to null safety

* Migrate Views to null safety

* Migrate mocks to null safety

* Use late for all tests

* Fix service tests

* Migrate helpers to null safety

* Migrate managers tests to null safety

* Migrate ViewModel tests to null safety

* Managers use mocks for managers

* Migrate widget tests to null safety

* Migrate views tests to null safety

* Fix course_repository_test

* Fix QuickLinkRepository tests

* Fix SettingsManagerTests

* Fix user repository tests

* Fix GradeEvaluationTile tests

* Fix code problems

* Fix DashboardViewModel tests

* Fix FeedbackViewModelTest

* Fix GradeViewModel tests

* Fix UserRepositoryMock tests

* Fix ScheduleSettingsViewModel tests

* Fix ScheduleViewModel tests

* Fix GradeDetailsView tests

* Fix NotFoundView test

* Fix GradeDetailsViewModel tests

* Fix ScheduleViewModel tests

* Remove use of Future OnError

* Fix ScheduleSettingTest tests

* test: Fix settings loading issue

refs: #68

* Fix DashboardViewModelTest tests

* test: Fix settings loading issue

refs: #68

* test: Remove useless test

refs: #68

* Fix ScheduleViewModel marker not appearing

* Fix courses not appearing when no review

* Update CI and documentation

* [BOT] Applying version.

* [BOT] Applying format.

* Fix analyze

* Fix Golden

* [BOT] Applying format.

* Update pumpAndSettle duration

* [BOT] Update golden files

* Fix workflows

* Try to fix grades_details_view_test golden

* [BOT] Applying format.

* Try fixing grade_details_view_test

* Fix course evaluation bug and set appVersion

* [BOT] Applying format.

* Add analytics

* Chang log

* Add analytics

---------

Co-authored-by: apomalyn <chretienxavier42@gmail.com>
Co-authored-by: XavierPaquet-Rapold <XavierPaquet-Rapold@users.noreply.github.com>
Co-authored-by: clubapplets-server <clubapplets-server@users.noreply.github.com>
MysticFragilist added a commit that referenced this issue Mar 24, 2024
* Migrate service classes to null safety

* Migrate constants to null safety

* Migrate utils to null safety

* Remove late from GetIt

* Change @required to required

* Migrate models to null safety

* Migrate main to null safety

* Migrate managers to null safety

* Migrate ViewModels to null safety

* Migrate utils to null safety

* Migrate views to null safety

* Migrate Views to null safety

* Migrate mocks to null safety

* Use late for all tests

* Fix service tests

* Migrate helpers to null safety

* Migrate managers tests to null safety

* Migrate ViewModel tests to null safety

* Managers use mocks for managers

* Migrate widget tests to null safety

* Migrate views tests to null safety

* Fix course_repository_test

* Fix QuickLinkRepository tests

* Fix SettingsManagerTests

* Fix user repository tests

* Fix GradeEvaluationTile tests

* Fix code problems

* Fix DashboardViewModel tests

* Fix FeedbackViewModelTest

* Fix GradeViewModel tests

* Fix UserRepositoryMock tests

* Fix ScheduleSettingsViewModel tests

* Fix ScheduleViewModel tests

* Fix GradeDetailsView tests

* Fix NotFoundView test

* Fix GradeDetailsViewModel tests

* Fix ScheduleViewModel tests

* Migrate service classes to null safety

* Migrate constants to null safety

* Migrate utils to null safety

* Remove late from GetIt

* Change @required to required

* Migrate models to null safety

* Migrate main to null safety

* Migrate managers to null safety

* Migrate ViewModels to null safety

* Migrate utils to null safety

* Migrate views to null safety

* Migrate Views to null safety

* Migrate mocks to null safety

* Use late for all tests

* Fix service tests

* Migrate helpers to null safety

* Migrate managers tests to null safety

* Migrate ViewModel tests to null safety

* Managers use mocks for managers

* Migrate widget tests to null safety

* Migrate views tests to null safety

* Fix course_repository_test

* Fix QuickLinkRepository tests

* Fix SettingsManagerTests

* Fix user repository tests

* Fix GradeEvaluationTile tests

* Fix code problems

* Fix DashboardViewModel tests

* Fix FeedbackViewModelTest

* Fix GradeViewModel tests

* Fix UserRepositoryMock tests

* Fix ScheduleSettingsViewModel tests

* Fix ScheduleViewModel tests

* Fix GradeDetailsView tests

* Fix NotFoundView test

* Fix GradeDetailsViewModel tests

* Remove use of Future OnError

* Fix ScheduleViewModel tests

* chore: Garbage commit to fix all errors, hint, and warnings.
Also bumping all dependencies

refs: #68

* Remove use of Future OnError

* Fix ScheduleSettingTest tests

* Fix DashboardViewModelTest tests

* test: Fix settings loading issue

refs: #68

* test: Fix settings loading issue

refs: #68

* test: Remove useless test

refs: #68

* Fix ScheduleViewModel marker not appearing

* Migrate service classes to null safety

* Migrate constants to null safety

* Migrate utils to null safety

* Remove late from GetIt

* Change @required to required

* Migrate models to null safety

* Migrate main to null safety

* Migrate managers to null safety

* Migrate ViewModels to null safety

* Migrate utils to null safety

* Migrate views to null safety

* Migrate Views to null safety

* Migrate mocks to null safety

* Use late for all tests

* Fix service tests

* Migrate helpers to null safety

* Migrate managers tests to null safety

* Migrate ViewModel tests to null safety

* Managers use mocks for managers

* Migrate widget tests to null safety

* Migrate views tests to null safety

* Fix course_repository_test

* Fix QuickLinkRepository tests

* Fix SettingsManagerTests

* Fix user repository tests

* Fix GradeEvaluationTile tests

* Fix code problems

* Fix DashboardViewModel tests

* Fix FeedbackViewModelTest

* Fix GradeViewModel tests

* Fix UserRepositoryMock tests

* Fix ScheduleSettingsViewModel tests

* Fix ScheduleViewModel tests

* Fix GradeDetailsView tests

* Fix NotFoundView test

* Fix GradeDetailsViewModel tests

* Fix ScheduleViewModel tests

* Remove use of Future OnError

* Fix ScheduleSettingTest tests

* test: Fix settings loading issue

refs: #68

* Fix DashboardViewModelTest tests

* test: Fix settings loading issue

refs: #68

* test: Remove useless test

refs: #68

* Fix ScheduleViewModel marker not appearing

* Fix courses not appearing when no review

* Update CI and documentation

* [BOT] Applying version.

* [BOT] Applying format.

* Fix analyze

* chore: Apply merge

refs: #68

* Fix Golden

* [BOT] Applying format.

* Update pumpAndSettle duration

* chore: Upgrade dep

refs: #68

* [BOT] Update golden files

* chore: Upgrade dep

refs: #68

* Fix workflows

* fix: Adjust icon color

refs: #68

* fix: Adjust icon color

refs: #68

* Try to fix grades_details_view_test golden

* [BOT] Applying format.

* Try fixing grade_details_view_test

* Fix course evaluation bug and set appVersion

* [BOT] Applying format.

* UI fixes

* fix build tools version

* Add analytics

* Chang log

* Add analytics

* fix font

* use copyWith instead to prevent overcharging the default color for each theme

* fix schedule

* fix tests and some ui bug

* retrigger CI

* [BOT] Applying version.

* fix  CI

* fix analyse

* format all files

* update java version to 17 and use a recommended java distribution adopt->temurin

* fix some goldens

* [BOT] Applying format.

* remove unused import

* fix some more tests

* fix grades views test

* fix some issues

* [BOT] Applying version.

* fix interactions test

* add schedules

* fix some more goldens

* fix schedule

* fix schedule tests

* fix remaining tests

* [BOT] Update golden files

* fix githooks

* the GitHub action jungwinter/split has been renamed/moved to winterjung/split

* Fix title color on grades detail view

* Fix title padding in grades details view

* Fix UI things

* [BOT] Applying version.

* fix analyse

* [BOT] Update golden files

* fix readme

---------

Co-authored-by: Xavier Paquet-Rapold <xavier.paquet-rapold.1@ens.etsmtl.ca>
Co-authored-by: apomalyn <chretienxavier42@gmail.com>
Co-authored-by: XavierPaquet-Rapold <XavierPaquet-Rapold@users.noreply.github.com>
Co-authored-by: clubapplets-server <clubapplets-server@users.noreply.github.com>
Co-authored-by: MysticFragilist <MysticFragilist@users.noreply.github.com>
XavierPaquet-Rapold added a commit that referenced this issue Jun 3, 2024
* Migrate service classes to null safety

* Migrate constants to null safety

* Migrate utils to null safety

* Remove late from GetIt

* Change @required to required

* Migrate models to null safety

* Migrate main to null safety

* Migrate managers to null safety

* Migrate ViewModels to null safety

* Migrate utils to null safety

* Migrate views to null safety

* Migrate Views to null safety

* Migrate mocks to null safety

* Use late for all tests

* Fix service tests

* Migrate helpers to null safety

* Migrate managers tests to null safety

* Migrate ViewModel tests to null safety

* Managers use mocks for managers

* Migrate widget tests to null safety

* Migrate views tests to null safety

* Fix course_repository_test

* Fix QuickLinkRepository tests

* Fix SettingsManagerTests

* Fix user repository tests

* Fix GradeEvaluationTile tests

* Fix code problems

* Fix DashboardViewModel tests

* Fix FeedbackViewModelTest

* Fix GradeViewModel tests

* Fix UserRepositoryMock tests

* Fix ScheduleSettingsViewModel tests

* Fix ScheduleViewModel tests

* Fix GradeDetailsView tests

* Fix NotFoundView test

* Fix GradeDetailsViewModel tests

* Fix ScheduleViewModel tests

* Merge branch 'master' into hello/master

* Migrate service classes to null safety

* Migrate constants to null safety

* Migrate utils to null safety

* Remove late from GetIt

* Change @required to required

* Migrate models to null safety

* Migrate main to null safety

* Migrate managers to null safety

* Migrate ViewModels to null safety

* Migrate utils to null safety

* Migrate views to null safety

* Migrate Views to null safety

* Migrate mocks to null safety

* Use late for all tests

* Fix service tests

* Migrate helpers to null safety

* Migrate managers tests to null safety

* Migrate ViewModel tests to null safety

* Managers use mocks for managers

* Migrate widget tests to null safety

* Migrate views tests to null safety

* Fix course_repository_test

* Fix QuickLinkRepository tests

* Fix SettingsManagerTests

* Fix user repository tests

* Fix GradeEvaluationTile tests

* Fix code problems

* Fix DashboardViewModel tests

* Fix FeedbackViewModelTest

* Fix GradeViewModel tests

* Fix UserRepositoryMock tests

* Fix ScheduleSettingsViewModel tests

* Fix ScheduleViewModel tests

* Fix GradeDetailsView tests

* Fix NotFoundView test

* Fix GradeDetailsViewModel tests

* Remove use of Future OnError

* Fix ScheduleViewModel tests

* Ajouter un skeleton pendant le chargement des nouvelles dans ÉTSMobile (#927)

* WIP

* Skeleton

* Fixing tests WIP

* Fix test

* Skeleton test

* Clean imports

* [BOT] Applying version.

* [BOT] Applying format.

* Added nbSkeleton

---------

Co-authored-by: Udito3 <Udito3@users.noreply.github.com>
Co-authored-by: clubapplets-server <clubapplets-server@users.noreply.github.com>

* chore: Garbage commit to fix all errors, hint, and warnings.
Also bumping all dependencies

refs: #68

* Add news details page (#928)

* WIP

* Merge null safety

* Skeleton

* Fixing tests WIP

* Fix test

* Skeleton test

* Clean imports

* [BOT] Applying version.

* [BOT] Applying format.

* Fix test

* WIP

* Test done

* Merge

* Merge

* Remove unecessary comments

---------

Co-authored-by: Antoine Martineau <martineau.antoin3@gmail.com>
Co-authored-by: Udito3 <Udito3@users.noreply.github.com>
Co-authored-by: clubapplets-server <clubapplets-server@users.noreply.github.com>

* Remove use of Future OnError

* Fix ScheduleSettingTest tests

* Fix DashboardViewModelTest tests

* test: Fix settings loading issue

refs: #68

* test: Fix settings loading issue

refs: #68

* test: Remove useless test

refs: #68

* Fix ScheduleViewModel marker not appearing

* Migrate service classes to null safety

* Migrate constants to null safety

* Migrate utils to null safety

* Remove late from GetIt

* Change @required to required

* Migrate models to null safety

* Migrate main to null safety

* Migrate managers to null safety

* Migrate ViewModels to null safety

* Migrate utils to null safety

* Migrate views to null safety

* Migrate Views to null safety

* Migrate mocks to null safety

* Use late for all tests

* Fix service tests

* Migrate helpers to null safety

* Migrate managers tests to null safety

* Migrate ViewModel tests to null safety

* Managers use mocks for managers

* Migrate widget tests to null safety

* Migrate views tests to null safety

* Fix course_repository_test

* Fix QuickLinkRepository tests

* Fix SettingsManagerTests

* Fix user repository tests

* Fix GradeEvaluationTile tests

* Fix code problems

* Fix DashboardViewModel tests

* Fix FeedbackViewModelTest

* Fix GradeViewModel tests

* Fix UserRepositoryMock tests

* Fix ScheduleSettingsViewModel tests

* Fix ScheduleViewModel tests

* Fix GradeDetailsView tests

* Fix NotFoundView test

* Fix GradeDetailsViewModel tests

* Fix ScheduleViewModel tests

* Remove use of Future OnError

* Fix ScheduleSettingTest tests

* test: Fix settings loading issue

refs: #68

* Fix DashboardViewModelTest tests

* test: Fix settings loading issue

refs: #68

* test: Remove useless test

refs: #68

* Fix ScheduleViewModel marker not appearing

* Fix courses not appearing when no review

* Update CI and documentation

* [BOT] Applying version.

* [BOT] Applying format.

* Fix analyze

* chore: Apply merge

refs: #68

* Fix Golden

* [BOT] Applying format.

* Update pumpAndSettle duration

* chore: Upgrade dep

refs: #68

* [BOT] Update golden files

* chore: Upgrade dep

refs: #68

* Fix workflows

* fix: Adjust icon color

refs: #68

* fix: Adjust icon color

refs: #68

* Try to fix grades_details_view_test golden

* [BOT] Applying format.

* Try fixing grade_details_view_test

* Fix course evaluation bug and set appVersion

* [BOT] Applying format.

* UI fixes

* fix build tools version

* Add analytics

* Chang log

* Add analytics

* Light theme news details (#940)

* Dark/light theme news details

* [BOT] Applying version.

* Update news_details_view.dart

---------

Co-authored-by: Udito3 <Udito3@users.noreply.github.com>

* fix font

* use copyWith instead to prevent overcharging the default color for each theme

* fix schedule

* fix tests and some ui bug

* retrigger CI

* [BOT] Applying version.

* fix  CI

* fix analyse

* format all files

* update java version to 17 and use a recommended java distribution adopt->temurin

* fix some goldens

* [BOT] Applying format.

* remove unused import

* fix some more tests

* fix grades views test

* Hello - Handle different start/end date scenarios (#934)

* Added end event date

* Golden skip test

* Update news_details_view.dart

* [BOT] Applying version.

---------

Co-authored-by: Udito3 <Udito3@users.noreply.github.com>

* fix some issues

* merge hello master

* fix some problems after merge

* small fixes

* [Hello] News infinite scroll (#937)

* first draft infinite scroll

* fix infinite scroll

* petit fix pour mon bibi pref

* fix organizer

* fix news

* news card

* add first draft of loader for news

* fix news card loading image effect

* Add news tests and fix other that weren't working properly

* fix news

* fix comment trad

* Bump to tag version of ETS-API-CLient

* use patch version of 1.1 in ets api client

* fix flutter version

* fix flutter version in ci p2

* Hello - Author view (#933)

* WIP

* Merge null safety

* Skeleton

* Fixing tests WIP

* Fix test

* Skeleton test

* Clean imports

* [BOT] Applying version.

* [BOT] Applying format.

* Fix test

* WIP

* Test done

* Merge

* Merge

* Remove unecessary comments

* first draft infinite scroll

* Author info done

* Adding fake news to the author page

* missing test

* fix infinite scroll

* Force link order and adjust light theme

* Clean import

* Fix old test

* Added skeleton to author

* author view test

* Create author_viewmodel_test.dart

* Authorskeleton test

* test done

* Merge

* Organize imports

* petit fix pour mon bibi pref

* fix organizer

* fix news

* news card

* add first draft of loader for news

* fix news card loading image effect

* update golden

* Update social_links_card.dart

* Add news tests and fix other that weren't working properly

* fix news

* fix comment trad

* Bump to tag version of ETS-API-CLient

* Merge branch 'hello/master' into hello/feature/share-export

* merge

* Fix status

* WIP

* WIP

* Update author_view.dart

* [BOT] Applying version.

* Fix test

* Update pubspec.yaml

---------

Co-authored-by: Udito3 <Udito3@users.noreply.github.com>
Co-authored-by: clubapplets-server <clubapplets-server@users.noreply.github.com>
Co-authored-by: Camille Brulotte <camille.brulotte@icloud.com>
Co-authored-by: MysticFragilist <mont.samuel@outlook.com>

* Hello/feature/share export (#953)

* Ajout code programe baccalaureat informatique distribuée

* define program by the number of registered credits

* Sort list entries to have main program first.

* Add native requirements for calendar interactions

* Version that used to work

* test custom plugin

* update android files to fix build

* update native calendar even creation to fix creation bug

* comments

* comments

* Add calendar selection widget and update export method signature to specify selected calendar

* Add calendar translations

* WIP

* Merge null safety

* Skeleton

* Fixing tests WIP

* Fix test

* Skeleton test

* Clean imports

* [BOT] Applying version.

* [BOT] Applying format.

* Fix test

* WIP

* Test done

* Merge

* Merge

* Remove unecessary comments

* first draft infinite scroll

* Author info done

* Adding fake news to the author page

* missing test

* fix infinite scroll

* Force link order and adjust light theme

* Clean import

* Fix old test

* fix translations + existing event update.

* Added skeleton to author

* Add calendar export feedback + icon updated

* [BOT] Applying version.

* remove unused imports

* [BOT] Update golden files

* [BOT] Applying pod update.

* author view test

* Create author_viewmodel_test.dart

* Authorskeleton test

* test done

* Merge

* Organize imports

* Added end event date

* Golden skip test

* Update news_details_view.dart

* [BOT] Applying version.

* Menu

* Update news_details_view.dart

* petit fix pour mon bibi pref

* fix organizer

* fix news

* news card

* add first draft of loader for news

* fix news card loading image effect

* merge

* WIP

* Export calendar

* Toast color

* Share

* update golden

* Update social_links_card.dart

* Add news tests and fix other that weren't working properly

* fix news

* fix comment trad

* Bump to tag version of ETS-API-CLient

* Merge branch 'hello/master' into hello/feature/share-export

* merge

* Fix status

* WIP

* WIP

* WIP

* Update news_details_view.dart

* Update author_view.dart

* [BOT] Applying version.

* Fix test

* Update pubspec.yaml

* Update report_news.dart

* [BOT] Applying version.

* Added todo

---------

Co-authored-by: HandsomeRomanian <mat4school@gmail.com>
Co-authored-by: Udito3 <Udito3@users.noreply.github.com>
Co-authored-by: clubapplets-server <clubapplets-server@users.noreply.github.com>
Co-authored-by: Camille Brulotte <camille.brulotte@icloud.com>
Co-authored-by: MysticFragilist <mont.samuel@outlook.com>
Co-authored-by: mataai <mataai@users.noreply.github.com>

* Get organizer events for Author view (#961)

* WIP

* Load organizator info and news from backend

* Avatar

* Fix tests

* Self review

* Update pubspec.lock

* Update author_view.dart

* Report news (#963)

* WIP

* Load organizator info and news from backend

* Avatar

* Fix tests

* Self review

* Update pubspec.lock

* Update author_view.dart

* Report news

* Fix test

* Update pubspec.lock

* Comment hugo

* Hello/feature/search news (#964)

* Search bar

* Search and scroll back to today

* Light theme

* Search done

* FAB

* Activity area

* Circle avatar

* Padding

* Markdown

* Mardown

* Share news

* [BOT] Applying format.

* Add hello feature toggle

* [BOT] Applying format.

* Fix tests

* Fix analyze

* [BOT] Applying format.

* Fix code issues

* [BOT] Applying format.

* Fix a test

* [BOT] Update golden files

* [BOT] Applying pod update.

* Setup hello api remote config

* Fix tests

* [BOT] Applying format.

* Fix test

* [BOT] Update golden files

* [BOT] Applying pod update.

* [BOT] Applying version.

* Update l10n/intl_en.arb

Co-authored-by: Samuel Montambault <mont.samuel@outlook.com>

* Update l10n/intl_en.arb

Co-authored-by: Samuel Montambault <mont.samuel@outlook.com>

* Update l10n/intl_fr.arb

Co-authored-by: Samuel Montambault <mont.samuel@outlook.com>

* Update release-workflow.yaml

---------

Co-authored-by: Antoine Martineau <martineau.antoin3@gmail.com>
Co-authored-by: Antoine Martineau <47289926+Udito3@users.noreply.github.com>
Co-authored-by: Udito3 <Udito3@users.noreply.github.com>
Co-authored-by: clubapplets-server <clubapplets-server@users.noreply.github.com>
Co-authored-by: apomalyn <chretienxavier42@gmail.com>
Co-authored-by: Camille Brulotte <37625944+camillebrulotte@users.noreply.github.com>
Co-authored-by: XavierPaquet-Rapold <XavierPaquet-Rapold@users.noreply.github.com>
Co-authored-by: MysticFragilist <mont.samuel@outlook.com>
Co-authored-by: MysticFragilist <MysticFragilist@users.noreply.github.com>
Co-authored-by: Camille Brulotte <camille.brulotte@icloud.com>
Co-authored-by: HandsomeRomanian <mat4school@gmail.com>
Co-authored-by: mataai <mataai@users.noreply.github.com>
@github-project-automation github-project-automation bot moved this to Done in Kanban Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request platform: android platform: ios ready to develop This issue is ready to be taken.
Projects
Status: Done
4 participants