-
Notifications
You must be signed in to change notification settings - Fork 0
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
docs: Create root example package (app) #62
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #62 +/- ##
==========================================
+ Coverage 54.27% 57.62% +3.35%
==========================================
Files 11 12 +1
Lines 269 295 +26
==========================================
+ Hits 146 170 +24
- Misses 123 125 +2 ☔ View full report in Codecov by Sentry. |
@@ -1,4 +1,4 @@ | |||
platform :osx, '10.14' | |||
platform :osx, '10.15' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GoogleSignIn must be 10.15 or higher.
Commit 72ab2b4 to run |
Commit 7cafb09 write the necessary statements to boot on macOS. |
dependencies: | ||
altfire_authenticator: ^0.1.0 | ||
altfire_configurator: ^0.1.0 | ||
altfire_messenger: ^0.1.0 | ||
altfire_tracker: ^0.1.0 | ||
flutter: | ||
sdk: flutter | ||
meta: ^1.10.0 | ||
|
||
dev_dependencies: | ||
altfire_lints: ^0.1.0 | ||
altive_lints: ^1.9.0 | ||
custom_lint: ^0.5.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can install the published altfire package and check for dependencies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔗 Issue Link
closes #61
🙌 What I did
✍️ What I didn't do
main.dart
(primary purpose is to check dependencies)✅ Verification
Screenshots
Additional Information