A framework for building convergent cross-platform Nextcloud clients using Flutter.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nikolas Rimikis
962102407d
refactor(dynamite,neon,nextcloud): use dart 3.1 utf8.encode as Uint8List
...
While the entire utf8 converter has been switched to Uint8List the type annotation still remains List<int> for this release.
Adding the downcast as this behavior is what we need.
A future dart release should also change the type annotations triggering a linter rule.
see: https://github.com/dart-lang/sdk/issues/52801
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
..
assets
feat(tool,neon): Implement server icons
1 year ago
lib
refactor(dynamite,neon,nextcloud): use dart 3.1 utf8.encode as Uint8List
1 year ago
test
test(neon,nextcloud): Fix flaky tests
1 year ago
.gitignore
Split neon into multiple packages
2 years ago
.metadata
Split neon into multiple packages
2 years ago
LICENSE
chore: Switch to AGPL-3.0
1 year ago
analysis_options.yaml
chore(app,dynamite,dynamite_runtime,file_icons,neon,neon_files,neon_news,neon_notes,neon_notifications,neon_lints,nextcloud,sort_box): use custom neon_lints package
1 year ago
build.yaml
tool: melos handle l10n, build_runner and formatting
1 year ago
l10n.yaml
Split neon into multiple packages
2 years ago
pubspec.yaml
feat(tool,neon): Implement server icons
1 year ago
pubspec_overrides.yaml
chore(app,dynamite,dynamite_runtime,file_icons,neon,neon_files,neon_news,neon_notes,neon_notifications,neon_lints,nextcloud,sort_box): use custom neon_lints package
1 year ago