-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A little sweep here and there 🧹 (#1)
* up and working for iOS * updating dart to null safety and Android compatibility * feat: task implementation
- Loading branch information
Showing
48 changed files
with
2,282 additions
and
1,712 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
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
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
This file was deleted.
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
11 changes: 1 addition & 10 deletions
11
android/app/src/main/kotlin/com/litarvan/epilyon/Application.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 |
---|---|---|
@@ -1,20 +1,11 @@ | ||
package com.litarvan.epilyon | ||
|
||
import io.flutter.app.FlutterApplication | ||
import io.flutter.plugin.common.PluginRegistry | ||
import io.flutter.plugin.common.PluginRegistry.PluginRegistrantCallback | ||
import io.flutter.plugins.firebasemessaging.FlutterFirebaseMessagingService | ||
|
||
class Application : FlutterApplication(), PluginRegistrantCallback | ||
class Application : FlutterApplication() | ||
{ | ||
override fun onCreate() | ||
{ | ||
super.onCreate() | ||
FlutterFirebaseMessagingService.setPluginRegistrant(this) | ||
} | ||
|
||
override fun registerWith(registry: PluginRegistry?) | ||
{ | ||
registry?.registrarFor("io.flutter.plugins.firebasemessaging.FirebaseMessagingPlugin"); | ||
} | ||
} |
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 |
---|---|---|
@@ -1,26 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>$(DEVELOPMENT_LANGUAGE)</string> | ||
<key>CFBundleExecutable</key> | ||
<string>App</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>io.flutter.flutter.app</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>App</string> | ||
<key>CFBundlePackageType</key> | ||
<string>FMWK</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleVersion</key> | ||
<string>1.0</string> | ||
<key>MinimumOSVersion</key> | ||
<string>8.0</string> | ||
</dict> | ||
</plist> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>$(DEVELOPMENT_LANGUAGE)</string> | ||
<key>CFBundleExecutable</key> | ||
<string>App</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>io.flutter.flutter.app</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>App</string> | ||
<key>CFBundlePackageType</key> | ||
<string>FMWK</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleVersion</key> | ||
<string>1.0</string> | ||
<key>MinimumOSVersion</key> | ||
<string>9.0</string> | ||
</dict> | ||
</plist> |
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" | ||
#include "Generated.xcconfig" |
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" | ||
#include "Generated.xcconfig" |
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,41 @@ | ||
# Uncomment this line to define a global platform for your project | ||
platform :ios, '10.0' | ||
|
||
# CocoaPods analytics sends network stats synchronously affecting flutter build latency. | ||
ENV['COCOAPODS_DISABLE_STATS'] = 'true' | ||
|
||
project 'Runner', { | ||
'Debug' => :debug, | ||
'Profile' => :release, | ||
'Release' => :release, | ||
} | ||
|
||
def flutter_root | ||
generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__) | ||
unless File.exist?(generated_xcode_build_settings_path) | ||
raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first" | ||
end | ||
|
||
File.foreach(generated_xcode_build_settings_path) do |line| | ||
matches = line.match(/FLUTTER_ROOT\=(.*)/) | ||
return matches[1].strip if matches | ||
end | ||
raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get" | ||
end | ||
|
||
require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root) | ||
|
||
flutter_ios_podfile_setup | ||
|
||
target 'Runner' do | ||
use_frameworks! | ||
use_modular_headers! | ||
|
||
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) | ||
end | ||
|
||
post_install do |installer| | ||
installer.pods_project.targets.each do |target| | ||
flutter_additional_ios_build_settings(target) | ||
end | ||
end |
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,143 @@ | ||
PODS: | ||
- Firebase/CoreOnly (8.9.0): | ||
- FirebaseCore (= 8.9.0) | ||
- Firebase/Messaging (8.9.0): | ||
- Firebase/CoreOnly | ||
- FirebaseMessaging (~> 8.9.0) | ||
- firebase_core (1.10.0): | ||
- Firebase/CoreOnly (= 8.9.0) | ||
- Flutter | ||
- firebase_messaging (11.1.0): | ||
- Firebase/Messaging (= 8.9.0) | ||
- firebase_core | ||
- Flutter | ||
- FirebaseCore (8.9.0): | ||
- FirebaseCoreDiagnostics (~> 8.0) | ||
- GoogleUtilities/Environment (~> 7.6) | ||
- GoogleUtilities/Logger (~> 7.6) | ||
- FirebaseCoreDiagnostics (8.9.0): | ||
- GoogleDataTransport (~> 9.1) | ||
- GoogleUtilities/Environment (~> 7.6) | ||
- GoogleUtilities/Logger (~> 7.6) | ||
- nanopb (~> 2.30908.0) | ||
- FirebaseInstallations (8.9.0): | ||
- FirebaseCore (~> 8.0) | ||
- GoogleUtilities/Environment (~> 7.6) | ||
- GoogleUtilities/UserDefaults (~> 7.6) | ||
- PromisesObjC (< 3.0, >= 1.2) | ||
- FirebaseMessaging (8.9.0): | ||
- FirebaseCore (~> 8.0) | ||
- FirebaseInstallations (~> 8.0) | ||
- GoogleDataTransport (~> 9.1) | ||
- GoogleUtilities/AppDelegateSwizzler (~> 7.6) | ||
- GoogleUtilities/Environment (~> 7.6) | ||
- GoogleUtilities/Reachability (~> 7.6) | ||
- GoogleUtilities/UserDefaults (~> 7.6) | ||
- nanopb (~> 2.30908.0) | ||
- Flutter (1.0.0) | ||
- FMDB (2.7.5): | ||
- FMDB/standard (= 2.7.5) | ||
- FMDB/standard (2.7.5) | ||
- GoogleDataTransport (9.1.2): | ||
- GoogleUtilities/Environment (~> 7.2) | ||
- nanopb (~> 2.30908.0) | ||
- PromisesObjC (< 3.0, >= 1.2) | ||
- GoogleUtilities/AppDelegateSwizzler (7.6.0): | ||
- GoogleUtilities/Environment | ||
- GoogleUtilities/Logger | ||
- GoogleUtilities/Network | ||
- GoogleUtilities/Environment (7.6.0): | ||
- PromisesObjC (< 3.0, >= 1.2) | ||
- GoogleUtilities/Logger (7.6.0): | ||
- GoogleUtilities/Environment | ||
- GoogleUtilities/Network (7.6.0): | ||
- GoogleUtilities/Logger | ||
- "GoogleUtilities/NSData+zlib" | ||
- GoogleUtilities/Reachability | ||
- "GoogleUtilities/NSData+zlib (7.6.0)" | ||
- GoogleUtilities/Reachability (7.6.0): | ||
- GoogleUtilities/Logger | ||
- GoogleUtilities/UserDefaults (7.6.0): | ||
- GoogleUtilities/Logger | ||
- nanopb (2.30908.0): | ||
- nanopb/decode (= 2.30908.0) | ||
- nanopb/encode (= 2.30908.0) | ||
- nanopb/decode (2.30908.0) | ||
- nanopb/encode (2.30908.0) | ||
- path_provider (0.0.1): | ||
- Flutter | ||
- PromisesObjC (2.0.0) | ||
- shared_preferences (0.0.1): | ||
- Flutter | ||
- sqflite (0.0.2): | ||
- Flutter | ||
- FMDB (>= 2.7.5) | ||
- url_launcher (0.0.1): | ||
- Flutter | ||
- webview_flutter_wkwebview (0.0.1): | ||
- Flutter | ||
|
||
DEPENDENCIES: | ||
- firebase_core (from `.symlinks/plugins/firebase_core/ios`) | ||
- firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`) | ||
- Flutter (from `Flutter`) | ||
- path_provider (from `.symlinks/plugins/path_provider/ios`) | ||
- shared_preferences (from `.symlinks/plugins/shared_preferences/ios`) | ||
- sqflite (from `.symlinks/plugins/sqflite/ios`) | ||
- url_launcher (from `.symlinks/plugins/url_launcher/ios`) | ||
- webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/ios`) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Firebase | ||
- FirebaseCore | ||
- FirebaseCoreDiagnostics | ||
- FirebaseInstallations | ||
- FirebaseMessaging | ||
- FMDB | ||
- GoogleDataTransport | ||
- GoogleUtilities | ||
- nanopb | ||
- PromisesObjC | ||
|
||
EXTERNAL SOURCES: | ||
firebase_core: | ||
:path: ".symlinks/plugins/firebase_core/ios" | ||
firebase_messaging: | ||
:path: ".symlinks/plugins/firebase_messaging/ios" | ||
Flutter: | ||
:path: Flutter | ||
path_provider: | ||
:path: ".symlinks/plugins/path_provider/ios" | ||
shared_preferences: | ||
:path: ".symlinks/plugins/shared_preferences/ios" | ||
sqflite: | ||
:path: ".symlinks/plugins/sqflite/ios" | ||
url_launcher: | ||
:path: ".symlinks/plugins/url_launcher/ios" | ||
webview_flutter_wkwebview: | ||
:path: ".symlinks/plugins/webview_flutter_wkwebview/ios" | ||
|
||
SPEC CHECKSUMS: | ||
Firebase: 13d8d96499e2635428d5bf0ec675df21f95d9a95 | ||
firebase_core: f770e033e790657b3505f04be4cb24c482912f11 | ||
firebase_messaging: 0c8d1a1732487db7f332fb65232053e93201e2fb | ||
FirebaseCore: 599ee609343eaf4941bd188f85e3aa077ffe325b | ||
FirebaseCoreDiagnostics: 5daa63f1c1409d981a2d5007daa100b36eac6a34 | ||
FirebaseInstallations: caa7c8e0d3e2345b8829d2fa9ca1b4dfbf2fcc85 | ||
FirebaseMessaging: 82c4a48638f53f7b184f3cc9f6cd2cbe533ab316 | ||
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a | ||
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a | ||
GoogleDataTransport: 629c20a4d363167143f30ea78320d5a7eb8bd940 | ||
GoogleUtilities: 684ee790a24f73ebb2d1d966e9711c203f2a4237 | ||
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96 | ||
path_provider: d1e9807085df1f9cc9318206cd649dc0b76be3de | ||
PromisesObjC: 68159ce6952d93e17b2dfe273b8c40907db5ba58 | ||
shared_preferences: 5033afbb22d372e15aff8ff766df9021b845f273 | ||
sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904 | ||
url_launcher: b6e016d912f04be9f5bf6e8e82dc599b7ba59649 | ||
webview_flutter_wkwebview: 02b129c6fe415e58e4ab7346512c8c2f79f678db | ||
|
||
PODFILE CHECKSUM: fe0e1ee7f3d1f7d00b11b474b62dd62134535aea | ||
|
||
COCOAPODS: 1.11.0 |
Oops, something went wrong.