This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Forked from https://gist.github.com/christocracy/a0464846de8a9c27c7e9de5616082878 | |
* Modified to use the geolocation package as a Riverpod provider | |
* flutter_background_geolocation Hello World | |
* https://github.com/transistorsoft/flutter_background_geolocation | |
*/ | |
import 'package:flutter/material.dart'; | |
import 'package:flutter_background_geolocation/flutter_background_geolocation.dart' | |
as bg; | |
import 'package:flutter_riverpod/flutter_riverpod.dart'; |