-
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.
Showing
23 changed files
with
789 additions
and
127 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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# NEWS EXPOSÉ 2K21 | ||
|
||
> _Coming Soon_ | ||
## LICENSE:memo: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"project_info": { | ||
"project_number": "344220961114", | ||
"project_id": "news-expose-2k21", | ||
"storage_bucket": "news-expose-2k21.appspot.com" | ||
}, | ||
"client": [ | ||
{ | ||
"client_info": { | ||
"mobilesdk_app_id": "1:344220961114:android:09cf928cbe20ccd79f0b63", | ||
"android_client_info": { | ||
"package_name": "com.codewithjosh.news_expose_2k21" | ||
} | ||
}, | ||
"oauth_client": [ | ||
{ | ||
"client_id": "344220961114-v12g1kfmnlq1tohdn09c0v82e4s31ecu.apps.googleusercontent.com", | ||
"client_type": 3 | ||
} | ||
], | ||
"api_key": [ | ||
{ | ||
"current_key": "AIzaSyANrQ-xyf8dZLo7UQEeOp2LwZGWA_bXKbU" | ||
} | ||
], | ||
"services": { | ||
"appinvite_service": { | ||
"other_platform_oauth_client": [ | ||
{ | ||
"client_id": "344220961114-v12g1kfmnlq1tohdn09c0v82e4s31ecu.apps.googleusercontent.com", | ||
"client_type": 3 | ||
} | ||
] | ||
} | ||
} | ||
} | ||
], | ||
"configuration_version": "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
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
26 changes: 26 additions & 0 deletions
26
android/app/src/main/java/io/flutter/app/FlutterMultiDexApplication.java
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,26 @@ | ||
// Generated file. | ||
// | ||
// If you wish to remove Flutter's multidex support, delete this entire file. | ||
// | ||
// Modifications to this file should be done in a copy under a different name | ||
// as this file may be regenerated. | ||
|
||
package io.flutter.app; | ||
|
||
import android.app.Application; | ||
import android.content.Context; | ||
|
||
import androidx.annotation.CallSuper; | ||
import androidx.multidex.MultiDex; | ||
|
||
/** | ||
* Extension of {@link android.app.Application}, adding multidex support. | ||
*/ | ||
public class FlutterMultiDexApplication extends Application { | ||
@Override | ||
@CallSuper | ||
protected void attachBaseContext(Context base) { | ||
super.attachBaseContext(base); | ||
MultiDex.install(this); | ||
} | ||
} |
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 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
160 changes: 80 additions & 80 deletions
160
ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
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,122 +1,122 @@ | ||
{ | ||
"images" : [ | ||
"images": [ | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "iphone", | ||
"filename" : "Icon-App-20x20@2x.png", | ||
"scale" : "2x" | ||
"size": "20x20", | ||
"idiom": "iphone", | ||
"filename": "Icon-App-20x20@2x.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "iphone", | ||
"filename" : "Icon-App-20x20@3x.png", | ||
"scale" : "3x" | ||
"size": "20x20", | ||
"idiom": "iphone", | ||
"filename": "Icon-App-20x20@3x.png", | ||
"scale": "3x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "iphone", | ||
"filename" : "Icon-App-29x29@1x.png", | ||
"scale" : "1x" | ||
"size": "29x29", | ||
"idiom": "iphone", | ||
"filename": "Icon-App-29x29@1x.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "iphone", | ||
"filename" : "Icon-App-29x29@2x.png", | ||
"scale" : "2x" | ||
"size": "29x29", | ||
"idiom": "iphone", | ||
"filename": "Icon-App-29x29@2x.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "iphone", | ||
"filename" : "Icon-App-29x29@3x.png", | ||
"scale" : "3x" | ||
"size": "29x29", | ||
"idiom": "iphone", | ||
"filename": "Icon-App-29x29@3x.png", | ||
"scale": "3x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "iphone", | ||
"filename" : "Icon-App-40x40@2x.png", | ||
"scale" : "2x" | ||
"size": "40x40", | ||
"idiom": "iphone", | ||
"filename": "Icon-App-40x40@2x.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "iphone", | ||
"filename" : "Icon-App-40x40@3x.png", | ||
"scale" : "3x" | ||
"size": "40x40", | ||
"idiom": "iphone", | ||
"filename": "Icon-App-40x40@3x.png", | ||
"scale": "3x" | ||
}, | ||
{ | ||
"size" : "60x60", | ||
"idiom" : "iphone", | ||
"filename" : "Icon-App-60x60@2x.png", | ||
"scale" : "2x" | ||
"size": "60x60", | ||
"idiom": "iphone", | ||
"filename": "Icon-App-60x60@2x.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size" : "60x60", | ||
"idiom" : "iphone", | ||
"filename" : "Icon-App-60x60@3x.png", | ||
"scale" : "3x" | ||
"size": "60x60", | ||
"idiom": "iphone", | ||
"filename": "Icon-App-60x60@3x.png", | ||
"scale": "3x" | ||
}, | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "ipad", | ||
"filename" : "Icon-App-20x20@1x.png", | ||
"scale" : "1x" | ||
"size": "20x20", | ||
"idiom": "ipad", | ||
"filename": "Icon-App-20x20@1x.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "ipad", | ||
"filename" : "Icon-App-20x20@2x.png", | ||
"scale" : "2x" | ||
"size": "20x20", | ||
"idiom": "ipad", | ||
"filename": "Icon-App-20x20@2x.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "ipad", | ||
"filename" : "Icon-App-29x29@1x.png", | ||
"scale" : "1x" | ||
"size": "29x29", | ||
"idiom": "ipad", | ||
"filename": "Icon-App-29x29@1x.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "ipad", | ||
"filename" : "Icon-App-29x29@2x.png", | ||
"scale" : "2x" | ||
"size": "29x29", | ||
"idiom": "ipad", | ||
"filename": "Icon-App-29x29@2x.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "ipad", | ||
"filename" : "Icon-App-40x40@1x.png", | ||
"scale" : "1x" | ||
"size": "40x40", | ||
"idiom": "ipad", | ||
"filename": "Icon-App-40x40@1x.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "ipad", | ||
"filename" : "Icon-App-40x40@2x.png", | ||
"scale" : "2x" | ||
"size": "40x40", | ||
"idiom": "ipad", | ||
"filename": "Icon-App-40x40@2x.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size" : "76x76", | ||
"idiom" : "ipad", | ||
"filename" : "Icon-App-76x76@1x.png", | ||
"scale" : "1x" | ||
"size": "76x76", | ||
"idiom": "ipad", | ||
"filename": "Icon-App-76x76@1x.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"size" : "76x76", | ||
"idiom" : "ipad", | ||
"filename" : "Icon-App-76x76@2x.png", | ||
"scale" : "2x" | ||
"size": "76x76", | ||
"idiom": "ipad", | ||
"filename": "Icon-App-76x76@2x.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size" : "83.5x83.5", | ||
"idiom" : "ipad", | ||
"filename" : "Icon-App-83.5x83.5@2x.png", | ||
"scale" : "2x" | ||
"size": "83.5x83.5", | ||
"idiom": "ipad", | ||
"filename": "Icon-App-83.5x83.5@2x.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size" : "1024x1024", | ||
"idiom" : "ios-marketing", | ||
"filename" : "Icon-App-1024x1024@1x.png", | ||
"scale" : "1x" | ||
"size": "1024x1024", | ||
"idiom": "ios-marketing", | ||
"filename": "Icon-App-1024x1024@1x.png", | ||
"scale": "1x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"info": { | ||
"version": 1, | ||
"author": "xcode" | ||
} | ||
} |
Oops, something went wrong.