transistorsoft / flutter_background_geolocation

Sophisticated, battery-conscious background-geolocation & geofencing with motion-detection
https://www.transistorsoft.com/shop/products/flutter-background-geolocation
Other
629 stars 232 forks source link

Complaints about deprecations throughout sample apps #647

Closed pbelbin closed 3 days ago

pbelbin commented 2 years ago

Your Environment

• No issues found!


* Plugin config: not relevant, since this is within the source tree.* 

## Expected Behavior
No deprecated code should be in the codebase

## Actual Behavior
Warnings throughout regarding deprecations (at least in the examples)

```dart
@override
  Widget build(BuildContext context) {
    const labelStyle = TextStyle(color: Colors.blue, fontSize: 16.0);

    return new Scaffold(
        appBar: new AppBar(
            brightness: Brightness.light,   <--- complaint that it's deprecated
            leading: IconButton(

Screen Shot 2021-10-03 at 9 20 36 PM

Steps to Reproduce

  1. Open the code using VSCode with flutter 2.5.2
  2. Examine the 'Problems' pane of VSCode, you'll see a lot of complaints about deprecations

Context

I'm trying to build the sample apps.

Debug logs

not needed, this is in the editor, not a runtime problem.

christocracy commented 2 years ago

Is there some particular warning you'd like to show?

christocracy commented 2 years ago

I see your little screenshot now.

The /example UI code hasn't been looked at in a while.

Those warnings are not related to the plugin api itself.

The /example code will be updated soon.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and I will leave this open.

pbelbin commented 2 years ago

Has the 'will be updated soon' happened?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and I will leave this open.

pbelbin commented 1 year ago

It's been a while since this issue was opened. Has the concern been addressed?

pbelbin commented 1 year ago

Flutter has moved on to 3.3, are there other updates that should be expected too, as a result?

github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 3 days ago

This issue was closed because it has been inactive for 14 days since being marked as stale.