Skip to content
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

Refinements to CI action #595

Merged
merged 11 commits into from
Aug 1, 2023
Merged

Refinements to CI action #595

merged 11 commits into from
Aug 1, 2023

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    feb6bc9 View commit details
    Browse the repository at this point in the history
  2. Address warning from static analysis

    The author property is deprecated in favor of [verified publishers](https://dart.dev/tools/pub/publishing#create-verified-publisher).
    iAmWillShepherd committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    5c0aa88 View commit details
    Browse the repository at this point in the history
  3. Don't wrap string interpolated objects with braces

    Corrects the following issues from the analyzer:
    
    * info • Avoid using braces in interpolation when not needed • example/lib/main.dart:41:59 • unnecessary_brace_in_string_interps
    * info • Avoid using braces in interpolation when not needed • example/lib/main.dart:50:46 • unnecessary_brace_in_string_interps
    iAmWillShepherd committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    5972213 View commit details
    Browse the repository at this point in the history
  4. Use isEmpty property instead of checking for null

    This addresses issues found in the analyzer similar to:
    
       info • The operand can't be null, so the condition is always false • example/lib/main.dart:130:16 • unnecessary_null_comparison
    iAmWillShepherd committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    b89d95b View commit details
    Browse the repository at this point in the history
  5. Get rid of unused imports

    Fixes issues raised by the analyzer similar t:
    
    * info • Unused import: 'package:flutter/foundation.dart' • lib/src/create_notification.dart:2:8 • unused_import
       info • The import of 'package:onesignal_flutter/src/notification.dart' is unnecessary because all of the used elements are also provided by the import of
    * 'package:onesignal_flutter/onesignal_flutter.dart' • lib/src/create_notification.dart:3:8 • unnecessary_import
    iAmWillShepherd committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    5dfbf5e View commit details
    Browse the repository at this point in the history
  6. Formatting

    iAmWillShepherd committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    f8a30b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db0829e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c9c5ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    376dfb7 View commit details
    Browse the repository at this point in the history
  10. Format project

    iAmWillShepherd committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    f1c6f27 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    9e69c69 View commit details
    Browse the repository at this point in the history