Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pauldemarco/flutter_blue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dropmobility/flutter_blue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 5 files changed
  • 4 contributors

Commits on Jul 7, 2020

  1. Update flutter_blue.podspec

    Update to 3.12.0
    The previous version conflicts with FirebaseMLCommon 0.20.1
    qimingweng authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    702e8a2 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

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

Commits on Aug 19, 2021

  1. Update protobuf

    qimingweng committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    5ea7c1f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

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

Commits on Oct 25, 2023

  1. refactor: CBCentralManager initialization

    - wait to initialize CBCentralManager in method call handler to prevent early permission pop up
    - replace try/catch block to prevent Symbol not found: _OBJC_CLASS_$_FlutterError
    laurynbassett committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0e5bf23 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

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

Commits on Dec 4, 2023

  1. fix: wait for CBCentralManager initialization

    - prevent scan from failing first time
    - wait for BluetoothState to be on before scanning to prevent error
    laurynbassett committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2d87693 View commit details
    Browse the repository at this point in the history
Loading