Merge branch 'develop'
This commit is contained in:
commit
07d186ebf2
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ class LocationSection extends StatefulWidget {
|
|||
_LocationSectionState createState() => _LocationSectionState();
|
||||
}
|
||||
|
||||
class _LocationSectionState extends State<LocationSection> with SingleTickerProviderStateMixin {
|
||||
class _LocationSectionState extends State<LocationSection> with TickerProviderStateMixin {
|
||||
String _loadedUri;
|
||||
|
||||
static const extent = 48.0;
|
||||
|
|
|
@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.2.4+30
|
||||
version: 1.2.5+31
|
||||
|
||||
# video_player (as of v0.10.8+2, backed by ExoPlayer):
|
||||
# - does not support content URIs (by default, but trivial by fork)
|
||||
|
|
Loading…
Reference in a new issue