-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #237 from bobs4462/main
build 2.2.2
- Loading branch information
Showing
67 changed files
with
1,784 additions
and
637 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
.buildlog/ | ||
.history | ||
.svn/ | ||
/pubspec.lock | ||
|
||
# IntelliJ related | ||
*.iml | ||
|
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
6 changes: 6 additions & 0 deletions
6
android/app/src/main/kotlin/com/twake/twake_mobile/MainActivity.kt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package com.twake.twake_mobile | ||
|
||
import io.flutter.embedding.android.FlutterActivity | ||
|
||
class MainActivity: FlutterActivity() { | ||
} |
12 changes: 12 additions & 0 deletions
12
android/app/src/main/res/drawable-v21/launch_background.xml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Modify this file to customize your launch splash screen --> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="?android:colorBackground" /> | ||
|
||
<!-- You can insert your own image assets here --> | ||
<!-- <item> | ||
<bitmap | ||
android:gravity="center" | ||
android:src="@mipmap/launch_image" /> | ||
</item> --> | ||
</layer-list> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on --> | ||
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar"> | ||
<!-- Show a splash screen on the activity. Automatically removed when | ||
Flutter draws its first frame --> | ||
<item name="android:windowBackground">@drawable/launch_background</item> | ||
</style> | ||
<!-- Theme applied to the Android Window as soon as the process has started. | ||
This theme determines the color of the Android Window while your | ||
Flutter UI initializes, as well as behind your Flutter UI while its | ||
running. | ||
This Theme is only used starting with V2 of Flutter's Android embedding. --> | ||
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar"> | ||
<item name="android:windowBackground">?android:colorBackground</item> | ||
</style> | ||
</resources> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
// // This is a basic Flutter integration test. | ||
// // | ||
// // To perform an interaction with a widget in your test, use the WidgetTester | ||
// // utility that Flutter provides. For example, you can send tap and scroll | ||
// // gestures. You can also use WidgetTester to find child widgets in the widget | ||
// // tree, read text, and verify that the values of widget properties are correct. | ||
// | ||
// import 'package:flutter/material.dart'; | ||
// import 'package:flutter_test/flutter_test.dart'; | ||
// import 'package:integration_test/integration_test.dart'; | ||
// | ||
// import 'package:twake_mobile/main.dart' as app; | ||
// | ||
// void main() => run(_testMain); | ||
// | ||
// void _testMain() { | ||
// testWidgets('Counter increments smoke test', (WidgetTester tester) async { | ||
// // Build our app and trigger a frame. | ||
// app.main(); | ||
// | ||
// // Trigger a frame. | ||
// await tester.pumpAndSettle(); | ||
// | ||
// // Verify that our counter starts at 0. | ||
// expect(find.text('0'), findsOneWidget); | ||
// expect(find.text('1'), findsNothing); | ||
// | ||
// // Tap the '+' icon and trigger a frame. | ||
// await tester.tap(find.byIcon(Icons.add)); | ||
// await tester.pump(); | ||
// | ||
// // Verify that our counter has incremented. | ||
// expect(find.text('0'), findsNothing); | ||
// expect(find.text('1'), findsOneWidget); | ||
// }); | ||
// } |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// // This file is provided as a convenience for running integration tests via the | ||
// // flutter drive command. | ||
// // | ||
// // flutter drive --driver integration_test/driver.dart --target integration_test/app_test.dart | ||
// | ||
// import 'package:integration_test/integration_test_driver.dart'; | ||
// | ||
// Future<void> main() => integrationDriver(); |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,191 @@ | ||
PODS: | ||
- connectivity (0.0.1): | ||
- Flutter | ||
- Reachability | ||
- device_info (0.0.1): | ||
- Flutter | ||
- Firebase/CoreOnly (6.33.0): | ||
- FirebaseCore (= 6.10.3) | ||
- Firebase/Messaging (6.33.0): | ||
- Firebase/CoreOnly | ||
- FirebaseMessaging (~> 4.7.0) | ||
- firebase_core (0.5.3): | ||
- Firebase/CoreOnly (~> 6.33.0) | ||
- Flutter | ||
- firebase_messaging (7.0.3): | ||
- Firebase/CoreOnly (~> 6.33.0) | ||
- Firebase/Messaging (~> 6.33.0) | ||
- firebase_core | ||
- Flutter | ||
- FirebaseCore (6.10.3): | ||
- FirebaseCoreDiagnostics (~> 1.6) | ||
- GoogleUtilities/Environment (~> 6.7) | ||
- GoogleUtilities/Logger (~> 6.7) | ||
- FirebaseCoreDiagnostics (1.7.0): | ||
- GoogleDataTransport (~> 7.4) | ||
- GoogleUtilities/Environment (~> 6.7) | ||
- GoogleUtilities/Logger (~> 6.7) | ||
- nanopb (~> 1.30906.0) | ||
- FirebaseInstallations (1.7.0): | ||
- FirebaseCore (~> 6.10) | ||
- GoogleUtilities/Environment (~> 6.7) | ||
- GoogleUtilities/UserDefaults (~> 6.7) | ||
- PromisesObjC (~> 1.2) | ||
- FirebaseInstanceID (4.8.0): | ||
- FirebaseCore (~> 6.10) | ||
- FirebaseInstallations (~> 1.6) | ||
- GoogleUtilities/Environment (~> 6.7) | ||
- GoogleUtilities/UserDefaults (~> 6.7) | ||
- FirebaseMessaging (4.7.1): | ||
- FirebaseCore (~> 6.10) | ||
- FirebaseInstanceID (~> 4.7) | ||
- GoogleUtilities/AppDelegateSwizzler (~> 6.7) | ||
- GoogleUtilities/Environment (~> 6.7) | ||
- GoogleUtilities/Reachability (~> 6.7) | ||
- GoogleUtilities/UserDefaults (~> 6.7) | ||
- Protobuf (>= 3.9.2, ~> 3.9) | ||
- Flutter (1.0.0) | ||
- flutter_inappwebview (0.0.1): | ||
- Flutter | ||
- FMDB (2.7.5): | ||
- FMDB/standard (= 2.7.5) | ||
- FMDB/standard (2.7.5) | ||
- GoogleDataTransport (7.5.1): | ||
- nanopb (~> 1.30906.0) | ||
- GoogleUtilities/AppDelegateSwizzler (6.7.2): | ||
- GoogleUtilities/Environment | ||
- GoogleUtilities/Logger | ||
- GoogleUtilities/Network | ||
- GoogleUtilities/Environment (6.7.2): | ||
- PromisesObjC (~> 1.2) | ||
- GoogleUtilities/Logger (6.7.2): | ||
- GoogleUtilities/Environment | ||
- GoogleUtilities/Network (6.7.2): | ||
- GoogleUtilities/Logger | ||
- "GoogleUtilities/NSData+zlib" | ||
- GoogleUtilities/Reachability | ||
- "GoogleUtilities/NSData+zlib (6.7.2)" | ||
- GoogleUtilities/Reachability (6.7.2): | ||
- GoogleUtilities/Logger | ||
- GoogleUtilities/UserDefaults (6.7.2): | ||
- GoogleUtilities/Logger | ||
- image_picker (0.0.1): | ||
- Flutter | ||
- nanopb (1.30906.0): | ||
- nanopb/decode (= 1.30906.0) | ||
- nanopb/encode (= 1.30906.0) | ||
- nanopb/decode (1.30906.0) | ||
- nanopb/encode (1.30906.0) | ||
- package_info (0.0.1): | ||
- Flutter | ||
- path_provider (0.0.1): | ||
- Flutter | ||
- PromisesObjC (1.2.12) | ||
- Protobuf (3.14.0) | ||
- Reachability (3.2) | ||
- Sentry (6.1.4): | ||
- Sentry/Core (= 6.1.4) | ||
- Sentry/Core (6.1.4) | ||
- sentry_flutter (0.0.1): | ||
- Flutter | ||
- Sentry (~> 6.1.4) | ||
- sqflite (0.0.2): | ||
- Flutter | ||
- FMDB (>= 2.7.5) | ||
- url_launcher (0.0.1): | ||
- Flutter | ||
- webview_flutter (0.0.1): | ||
- Flutter | ||
|
||
DEPENDENCIES: | ||
- connectivity (from `.symlinks/plugins/connectivity/ios`) | ||
- device_info (from `.symlinks/plugins/device_info/ios`) | ||
- firebase_core (from `.symlinks/plugins/firebase_core/ios`) | ||
- firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`) | ||
- Flutter (from `Flutter`) | ||
- flutter_inappwebview (from `.symlinks/plugins/flutter_inappwebview/ios`) | ||
- image_picker (from `.symlinks/plugins/image_picker/ios`) | ||
- package_info (from `.symlinks/plugins/package_info/ios`) | ||
- path_provider (from `.symlinks/plugins/path_provider/ios`) | ||
- sentry_flutter (from `.symlinks/plugins/sentry_flutter/ios`) | ||
- sqflite (from `.symlinks/plugins/sqflite/ios`) | ||
- url_launcher (from `.symlinks/plugins/url_launcher/ios`) | ||
- webview_flutter (from `.symlinks/plugins/webview_flutter/ios`) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Firebase | ||
- FirebaseCore | ||
- FirebaseCoreDiagnostics | ||
- FirebaseInstallations | ||
- FirebaseInstanceID | ||
- FirebaseMessaging | ||
- FMDB | ||
- GoogleDataTransport | ||
- GoogleUtilities | ||
- nanopb | ||
- PromisesObjC | ||
- Protobuf | ||
- Reachability | ||
- Sentry | ||
|
||
EXTERNAL SOURCES: | ||
connectivity: | ||
:path: ".symlinks/plugins/connectivity/ios" | ||
device_info: | ||
:path: ".symlinks/plugins/device_info/ios" | ||
firebase_core: | ||
:path: ".symlinks/plugins/firebase_core/ios" | ||
firebase_messaging: | ||
:path: ".symlinks/plugins/firebase_messaging/ios" | ||
Flutter: | ||
:path: Flutter | ||
flutter_inappwebview: | ||
:path: ".symlinks/plugins/flutter_inappwebview/ios" | ||
image_picker: | ||
:path: ".symlinks/plugins/image_picker/ios" | ||
package_info: | ||
:path: ".symlinks/plugins/package_info/ios" | ||
path_provider: | ||
:path: ".symlinks/plugins/path_provider/ios" | ||
sentry_flutter: | ||
:path: ".symlinks/plugins/sentry_flutter/ios" | ||
sqflite: | ||
:path: ".symlinks/plugins/sqflite/ios" | ||
url_launcher: | ||
:path: ".symlinks/plugins/url_launcher/ios" | ||
webview_flutter: | ||
:path: ".symlinks/plugins/webview_flutter/ios" | ||
|
||
SPEC CHECKSUMS: | ||
connectivity: c4130b2985d4ef6fd26f9702e886bd5260681467 | ||
device_info: d7d233b645a32c40dfdc212de5cf646ca482f175 | ||
Firebase: 8db6f2d1b2c5e2984efba4949a145875a8f65fe5 | ||
firebase_core: 5d6a02f3d85acd5f8321c2d6d62877626a670659 | ||
firebase_messaging: 0aea2cd5885b65e19ede58ee3507f485c992cc75 | ||
FirebaseCore: d889d9e12535b7f36ac8bfbf1713a0836a3012cd | ||
FirebaseCoreDiagnostics: 770ac5958e1372ce67959ae4b4f31d8e127c3ac1 | ||
FirebaseInstallations: 466c7b4d1f58fe16707693091da253726a731ed2 | ||
FirebaseInstanceID: bd3ffc24367f901a43c063b36c640b345a4a5dd1 | ||
FirebaseMessaging: 5eca4ef173de76253352511aafef774caa1cba2a | ||
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec | ||
flutter_inappwebview: 69dfbac46157b336ffbec19ca6dfd4638c7bf189 | ||
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a | ||
GoogleDataTransport: f56af7caa4ed338dc8e138a5d7c5973e66440833 | ||
GoogleUtilities: 7f2f5a07f888cdb145101d6042bc4422f57e70b3 | ||
image_picker: 9c3312491f862b28d21ecd8fdf0ee14e601b3f09 | ||
nanopb: 59317e09cf1f1a0af72f12af412d54edf52603fc | ||
package_info: 873975fc26034f0b863a300ad47e7f1ac6c7ec62 | ||
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c | ||
PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97 | ||
Protobuf: 0cde852566359049847168e51bd1c690e0f70056 | ||
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96 | ||
Sentry: 9d055e2de30a77685e86b219acf02e59b82091fc | ||
sentry_flutter: 8b2b2e1c0101ef562106b5d272d3c0c741512c01 | ||
sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904 | ||
url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef | ||
webview_flutter: d2b4d6c66968ad042ad94cbb791f5b72b4678a96 | ||
|
||
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c | ||
|
||
COCOAPODS: 1.9.1 |
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
2 changes: 1 addition & 1 deletion
2
ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Binary file not shown.
Oops, something went wrong.