0.2.0-rc.1
Pre-release
Pre-release
Added
- Firebase Analytics SDK with no need for consent - disabled
AdId
collection. - A proper empty state for
CollectionsPage
- the_CollectionsEmptyState
. DestructiveButton
, a customized button for destructive operations - with custom layout specs.MemoThemeData.destructiveSwatch
and a its respective destructive swatch for the classic theme.
Updated
- Android & iOS Fastfiles to automatically distribute uploaded builds to external testers.
- Both
pull-request
andrelease
workflows now:- Caches flutter's SDK.
- Run Flutter tests only once.
- Strategy used to authenticate with
GoogleService-Info
(only required inrelease
, using an empty template in
pull-request
). - Uses the Flutter's beta channel + latest version, requirements of the animation jank fix.
- Android
minSdkVersion
from16
to17
andmultiDexEnabled
totrue
, requirements offlutter-quill
dependency. - iOS
MinimumOSVersion
from8.0
to9.0
, an apparent dependency on the latest beta channel version. - Flutter's SDK to
2.4.0-4.2.pre
to fix the animation jank. Fastfile
to use--bundle-sksl-path
option, requirements of the animation jank fix.- When quitting the execution,
CollectionExecutionPage
now uses theshowSnappableDraggableModalBottomSheet
instead
ofAlertDialog
.
Collections
- Cohesion improvements on
comecando_com_git
.
Fixed
- Discord link was expired, now it's a permalink.
- White screen before
SplashPage
was loaded (usingflutter_native_splash
and generating native splash screens). AssetIconButton
wasn't conforming to the correct layout specs.- Misleading
QuillEditor
cursor inreadOnly
mode. - Wrong iOS localization.
en
removed while we don't localize the app, only supportspt-BR
for now. - [Possible Fix] Trying to use a pre-bundled shader strategy to fix all animation's jank.
ExecutionTerminal
not respecting the device's safe area.