thanks google
This commit is contained in:
parent
113b44cb4c
commit
a9a94e9209
|
@ -53,8 +53,6 @@ jobs:
|
||||||
- name: Install project dependencies
|
- name: Install project dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
- name: Build artifacts
|
- name: Build artifacts
|
||||||
env:
|
|
||||||
CMAKE_MAKE_PROGRAM: Ninja
|
|
||||||
run: flutter build linux --release
|
run: flutter build linux --release
|
||||||
- name: Archive Release
|
- name: Archive Release
|
||||||
uses: thedoctor0/zip-release@master
|
uses: thedoctor0/zip-release@master
|
||||||
|
|
|
@ -25,6 +25,8 @@
|
||||||
<intent-filter android:autoVerify="true">
|
<intent-filter android:autoVerify="true">
|
||||||
<action android:name="android.intent.action.MAIN"/>
|
<action android:name="android.intent.action.MAIN"/>
|
||||||
<category android:name="android.intent.category.LAUNCHER"/>
|
<category android:name="android.intent.category.LAUNCHER"/>
|
||||||
|
</intent-filter>
|
||||||
|
<intent-filter android:autoVerify="true">
|
||||||
<action android:name="android.intent.action.VIEW" />
|
<action android:name="android.intent.action.VIEW" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
<category android:name="android.intent.category.BROWSABLE" />
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
|
|
|
@ -25,7 +25,7 @@ void setAccentColor(Color color){
|
||||||
}
|
}
|
||||||
|
|
||||||
final router = GoRouter(
|
final router = GoRouter(
|
||||||
//initialLocation: "/",
|
initialLocation: "/",
|
||||||
routes: [
|
routes: [
|
||||||
GoRoute(
|
GoRoute(
|
||||||
path: "/",
|
path: "/",
|
||||||
|
|
Loading…
Reference in New Issue