make restart faster if the app is not the launcher
This commit is contained in:
parent
5de195714c
commit
924a0ebb51
3 changed files with 44 additions and 24 deletions
|
|
@ -4,6 +4,7 @@ import 'package:flutter/material.dart';
|
|||
import 'package:flutter/services.dart';
|
||||
import 'package:shorebird_code_push/shorebird_code_push.dart';
|
||||
|
||||
|
||||
void main() {
|
||||
runApp(const MyApp());
|
||||
}
|
||||
|
|
@ -151,7 +152,7 @@ class _MyHomePageState extends State<MyHomePage> {
|
|||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: <Widget>[
|
||||
const Text(
|
||||
'This is a release 1.9.1',
|
||||
'This is a release 1.9.9#6',
|
||||
// 'You have times:',
|
||||
),
|
||||
const Text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue