11 Commits

Author SHA1 Message Date
Shawn
fa640e005d Merge branch 'main' into feature/routing_fixes
# Conflicts:
#	lib/router.dart
#	pubspec.lock
#	pubspec.yaml
2024-01-18 12:04:11 -07:00
Shawn
4913c2fe92 Cleanup warnings, remove some log messages on web 2024-01-18 10:30:02 -07:00
Erisan Olasheni
a6c99352e6
Minor fix on the operator check
Made minor change on the `==` operator to validate if the compared `Object` `imageProvider` matches the current `Object`.
2023-12-10 19:06:10 +01:00
Shawn
b0f0b0084e Decode json content as utf8 2023-10-11 13:56:51 -06:00
Yang Fang
509487f789
Fix throttler calling an action twice
There is a bug in throttler where an action is called immediately and also again when the Timer expires despite only being scheduled once by call(). This commit resets the action to null once it is completed.
2023-09-22 11:26:41 -07:00
Parker Lougheed
472fdd4ced
Replace deprecated ImageProvider load methods 2023-08-27 22:10:54 -05:00
Shawn
253c6b2075 Remove deprecated call to .window 2023-04-27 11:22:40 -06:00
Shawn
f74dc5bd68 isMobile and isDesktop return false on web 2023-01-01 12:28:34 -07:00
Shawn
5b5042b92e Add support for latest l10n implementation 2022-11-29 22:05:14 -07:00
Shawn
c967be4d82 Add support for landscape orientation on desktop and tablets. 2022-11-05 02:06:51 -06:00
Shawn
a1e1aa156f Initial public commit 2022-08-29 20:38:28 -06:00