atmosphere
atmosphere copied to clipboard
A peer to peer secure file transfer app
Results
3
atmosphere issues
Sort by
recently updated
recently updated
newest added
Fixes #4 Made the migration and also fixed all warnings in the project, old and new. Happy #hacktoberfest
**Describe the solution you'd like** Per the guidance from [dart-lang/lints](https://github.com/dart-lang/lints#migrating-from-packagepedantic): in `pubspec.yaml`: ```diff - pedantic: ^1.9.0 + lints: ^1.0.1 ``` and in each `analysis_options.yaml`: ```diff -include: package:pedantic/analysis_options.yaml +include: package:lints/recommended.yaml ```
good first issue
Hacktoberfest