File tree Expand file tree Collapse file tree 7 files changed +52
-15
lines changed
android/app/src/main/kotlin/com/example/example Expand file tree Collapse file tree 7 files changed +52
-15
lines changed Original file line number Diff line number Diff line change
1
+ package com.example.example
2
+
3
+ import android.os.Bundle
4
+
5
+ import io.flutter.app.FlutterActivity
6
+ import io.flutter.plugins.GeneratedPluginRegistrant
7
+
8
+ class MainActivity : FlutterActivity () {
9
+ override fun onCreate (savedInstanceState : Bundle ? ) {
10
+ super .onCreate(savedInstanceState)
11
+ GeneratedPluginRegistrant .registerWith(this )
12
+ }
13
+ }
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ # This is a generated file; do not edit or check into version control.
3
+ export " FLUTTER_ROOT=/Users/matthewwhitaker/Projects/FlutterDevelopment/flutter"
4
+ export " FLUTTER_APPLICATION_PATH=/Users/matthewwhitaker/Projects/Flutter_Projects/flutter_html/example"
5
+ export " FLUTTER_TARGET=/Users/matthewwhitaker/Projects/Flutter_Projects/flutter_html/example/lib/main.dart"
6
+ export " FLUTTER_BUILD_DIR=build"
7
+ export " SYMROOT=${SOURCE_ROOT} /../build/ios"
8
+ export " FLUTTER_FRAMEWORK_DIR=/Users/matthewwhitaker/Projects/FlutterDevelopment/flutter/bin/cache/artifacts/engine/ios"
9
+ export " FLUTTER_BUILD_NAME=1.0.0"
10
+ export " FLUTTER_BUILD_NUMBER=1"
11
+ export " TRACK_WIDGET_CREATION=true"
Original file line number Diff line number Diff line change
1
+ import UIKit
2
+ import Flutter
3
+
4
+ @UIApplicationMain
5
+ @objc class AppDelegate : FlutterAppDelegate {
6
+ override func application(
7
+ _ application: UIApplication ,
8
+ didFinishLaunchingWithOptions launchOptions: [ UIApplication . LaunchOptionsKey : Any ] ?
9
+ ) -> Bool {
10
+ GeneratedPluginRegistrant . register ( with: self )
11
+ return super. application ( application, didFinishLaunchingWithOptions: launchOptions)
12
+ }
13
+ }
Original file line number Diff line number Diff line change
1
+ #import " GeneratedPluginRegistrant.h"
Original file line number Diff line number Diff line change 1
1
import 'package:flutter/material.dart' ;
2
- //import 'package:flutter_html/src/block_element.dart';
3
2
import 'package:flutter_html/flutter_html.dart' ;
4
3
import 'package:flutter_html/style.dart' ;
5
4
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ packages:
7
7
name: async
8
8
url: "https://pub.dartlang.org"
9
9
source: hosted
10
- version: "2.2 .0"
10
+ version: "2.3 .0"
11
11
boolean_selector:
12
12
dependency: transitive
13
13
description:
14
14
name: boolean_selector
15
15
url: "https://pub.dartlang.org"
16
16
source: hosted
17
- version: "1.0.4 "
17
+ version: "1.0.5 "
18
18
charcode:
19
19
dependency: transitive
20
20
description:
@@ -87,28 +87,28 @@ packages:
87
87
name: meta
88
88
url: "https://pub.dartlang.org"
89
89
source: hosted
90
- version: "1.1.6 "
90
+ version: "1.1.7 "
91
91
path:
92
92
dependency: transitive
93
93
description:
94
94
name: path
95
95
url: "https://pub.dartlang.org"
96
96
source: hosted
97
- version: "1.6.2 "
97
+ version: "1.6.4 "
98
98
pedantic:
99
99
dependency: transitive
100
100
description:
101
101
name: pedantic
102
102
url: "https://pub.dartlang.org"
103
103
source: hosted
104
- version: "1.7.0 "
104
+ version: "1.8.0+1 "
105
105
quiver:
106
106
dependency: transitive
107
107
description:
108
108
name: quiver
109
109
url: "https://pub.dartlang.org"
110
110
source: hosted
111
- version: "2.0.3 "
111
+ version: "2.0.5 "
112
112
sky_engine:
113
113
dependency: transitive
114
114
description: flutter
@@ -141,7 +141,7 @@ packages:
141
141
name: string_scanner
142
142
url: "https://pub.dartlang.org"
143
143
source: hosted
144
- version: "1.0.4 "
144
+ version: "1.0.5 "
145
145
term_glyph:
146
146
dependency: transitive
147
147
description:
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ packages:
7
7
name: async
8
8
url: "https://pub.dartlang.org"
9
9
source: hosted
10
- version: "2.2 .0"
10
+ version: "2.3 .0"
11
11
boolean_selector:
12
12
dependency: transitive
13
13
description:
14
14
name: boolean_selector
15
15
url: "https://pub.dartlang.org"
16
16
source: hosted
17
- version: "1.0.4 "
17
+ version: "1.0.5 "
18
18
charcode:
19
19
dependency: transitive
20
20
description:
@@ -73,28 +73,28 @@ packages:
73
73
name: meta
74
74
url: "https://pub.dartlang.org"
75
75
source: hosted
76
- version: "1.1.6 "
76
+ version: "1.1.7 "
77
77
path:
78
78
dependency: transitive
79
79
description:
80
80
name: path
81
81
url: "https://pub.dartlang.org"
82
82
source: hosted
83
- version: "1.6.2 "
83
+ version: "1.6.4 "
84
84
pedantic:
85
85
dependency: transitive
86
86
description:
87
87
name: pedantic
88
88
url: "https://pub.dartlang.org"
89
89
source: hosted
90
- version: "1.7.0 "
90
+ version: "1.8.0+1 "
91
91
quiver:
92
92
dependency: transitive
93
93
description:
94
94
name: quiver
95
95
url: "https://pub.dartlang.org"
96
96
source: hosted
97
- version: "2.0.3 "
97
+ version: "2.0.5 "
98
98
sky_engine:
99
99
dependency: transitive
100
100
description: flutter
@@ -127,7 +127,7 @@ packages:
127
127
name: string_scanner
128
128
url: "https://pub.dartlang.org"
129
129
source: hosted
130
- version: "1.0.4 "
130
+ version: "1.0.5 "
131
131
term_glyph:
132
132
dependency: transitive
133
133
description:
You can’t perform that action at this time.
0 commit comments