ACT Gepam

This commit is contained in:
2021-09-21 17:11:49 -03:00
parent 001ee87e87
commit 80dc84a58a
53 changed files with 57 additions and 56 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# vilacorp # gepam
A new Flutter project. A new Flutter project.
+1 -1
View File
@@ -44,7 +44,7 @@ android {
defaultConfig { defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.hightechx.mobile.vilacorp" applicationId "com.hightechx.mobile.gepam"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 30 targetSdkVersion 30
versionCode flutterVersionCode.toInteger() versionCode flutterVersionCode.toInteger()
+5 -5
View File
@@ -35,7 +35,7 @@
"client_id": "952783625736-gam8124p405njsrlqfidnse74ca00ool.apps.googleusercontent.com", "client_id": "952783625736-gam8124p405njsrlqfidnse74ca00ool.apps.googleusercontent.com",
"client_type": 2, "client_type": 2,
"ios_info": { "ios_info": {
"bundle_id": "com.hightechx.mobile.vilacorp" "bundle_id": "com.hightechx.mobile.gepam"
} }
} }
] ]
@@ -46,7 +46,7 @@
"client_info": { "client_info": {
"mobilesdk_app_id": "1:952783625736:android:1c56b06e23740153c07bbd", "mobilesdk_app_id": "1:952783625736:android:1c56b06e23740153c07bbd",
"android_client_info": { "android_client_info": {
"package_name": "com.hightechx.mobile.vilacorp" "package_name": "com.hightechx.mobile.gepam"
} }
}, },
"oauth_client": [ "oauth_client": [
@@ -54,7 +54,7 @@
"client_id": "952783625736-10ripa3l39un48r3k49cd00bnv7nts6i.apps.googleusercontent.com", "client_id": "952783625736-10ripa3l39un48r3k49cd00bnv7nts6i.apps.googleusercontent.com",
"client_type": 1, "client_type": 1,
"android_info": { "android_info": {
"package_name": "com.hightechx.mobile.vilacorp", "package_name": "com.hightechx.mobile.gepam",
"certificate_hash": "ce5f6fbc5eae2dc39f5e4a36ff2f85ea2c269676" "certificate_hash": "ce5f6fbc5eae2dc39f5e4a36ff2f85ea2c269676"
} }
}, },
@@ -62,7 +62,7 @@
"client_id": "952783625736-e798mjtemfqqrbmahj0t1monoc9gptgb.apps.googleusercontent.com", "client_id": "952783625736-e798mjtemfqqrbmahj0t1monoc9gptgb.apps.googleusercontent.com",
"client_type": 1, "client_type": 1,
"android_info": { "android_info": {
"package_name": "com.hightechx.mobile.vilacorp", "package_name": "com.hightechx.mobile.gepam",
"certificate_hash": "64cead3173785642d31904f0f7d5036aba3a82e1" "certificate_hash": "64cead3173785642d31904f0f7d5036aba3a82e1"
} }
}, },
@@ -87,7 +87,7 @@
"client_id": "952783625736-gam8124p405njsrlqfidnse74ca00ool.apps.googleusercontent.com", "client_id": "952783625736-gam8124p405njsrlqfidnse74ca00ool.apps.googleusercontent.com",
"client_type": 2, "client_type": 2,
"ios_info": { "ios_info": {
"bundle_id": "com.hightechx.mobile.vilacorp" "bundle_id": "com.hightechx.mobile.gepam"
} }
} }
] ]
+1 -1
View File
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.hightechx.mobile.vilacorp"> package="com.hightechx.mobile.gepam">
<!-- Flutter needs it to communicate with the running application <!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc. to allow setting breakpoints, to provide hot reload, etc.
--> -->
+2 -2
View File
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.hightechx.mobile.vilacorp"> package="com.hightechx.mobile.gepam">
<!-- io.flutter.app.FlutterApplication is an android.app.Application that <!-- io.flutter.app.FlutterApplication is an android.app.Application that
calls FlutterMain.startInitialization(this); in its onCreate method. calls FlutterMain.startInitialization(this); in its onCreate method.
In most cases you can leave this as-is, but you if you want to provide In most cases you can leave this as-is, but you if you want to provide
@@ -8,7 +8,7 @@
<application <application
android:usesCleartextTraffic="true" android:usesCleartextTraffic="true"
android:name="io.flutter.app.FlutterApplication" android:name="io.flutter.app.FlutterApplication"
android:label="Vilacorp" android:label="GEPAM"
android:icon="@mipmap/ic_launcher"> android:icon="@mipmap/ic_launcher">
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
@@ -1,4 +1,4 @@
package com.hightechx.mobile.vilacorp package com.hightechx.mobile.gepam
import io.flutter.embedding.android.FlutterActivity import io.flutter.embedding.android.FlutterActivity
Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 13 KiB

+1 -1
View File
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.hightechx.mobile.vilacorp"> package="com.hightechx.mobile.gepam">
<!-- Flutter needs it to communicate with the running application <!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc. to allow setting breakpoints, to provide hot reload, etc.
--> -->
Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 63 KiB

+6 -6
View File
@@ -381,9 +381,9 @@
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)/Flutter", "$(PROJECT_DIR)/Flutter",
); );
PRODUCT_BUNDLE_IDENTIFIER = com.hightechx.mobile.vilacorp; PRODUCT_BUNDLE_IDENTIFIER = com.hightechx.mobile.gepam;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "vilacorp - Store"; PROVISIONING_PROFILE_SPECIFIER = "gepam - Store";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic"; VERSIONING_SYSTEM = "apple-generic";
@@ -523,9 +523,9 @@
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)/Flutter", "$(PROJECT_DIR)/Flutter",
); );
PRODUCT_BUNDLE_IDENTIFIER = com.hightechx.mobile.vilacorp; PRODUCT_BUNDLE_IDENTIFIER = com.hightechx.mobile.gepam;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "vilacorp - Developer"; PROVISIONING_PROFILE_SPECIFIER = "gepam - Developer";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
@@ -560,9 +560,9 @@
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)/Flutter", "$(PROJECT_DIR)/Flutter",
); );
PRODUCT_BUNDLE_IDENTIFIER = com.hightechx.mobile.vilacorp; PRODUCT_BUNDLE_IDENTIFIER = com.hightechx.mobile.gepam;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "vilacorp - Store"; PROVISIONING_PROFILE_SPECIFIER = "gepam - Store";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic"; VERSIONING_SYSTEM = "apple-generic";
Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 652 B

After

Width:  |  Height:  |  Size: 622 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 979 B

After

Width:  |  Height:  |  Size: 1022 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 40 KiB

+1 -1
View File
@@ -15,7 +15,7 @@
<key>PLIST_VERSION</key> <key>PLIST_VERSION</key>
<string>1</string> <string>1</string>
<key>BUNDLE_ID</key> <key>BUNDLE_ID</key>
<string>com.hightechx.mobile.vilacorp</string> <string>com.hightechx.mobile.gepam</string>
<key>PROJECT_ID</key> <key>PROJECT_ID</key>
<string>appcards-75f33</string> <string>appcards-75f33</string>
<key>STORAGE_BUCKET</key> <key>STORAGE_BUCKET</key>
+2 -2
View File
@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string> <string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>vilacorp</string> <string>gepam</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string> <string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
@@ -13,7 +13,7 @@
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>vilacorp</string> <string>gepam</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
+6 -6
View File
@@ -8,18 +8,18 @@ import 'default_response_api.dart';
class FuncoesGerais { class FuncoesGerais {
//static const String urlLexLiteApi = "https://apis.lexstation.com/api/v1/"; //static const String urlLexLiteApi = "https://apis.lexstation.com/api/v1/";
static const String tokenPadrao = "GA9P876KYL2XNHHKMU0VSHEEYEL37D"; static const String tokenPadrao = "ARI0M2GZMCAY1WRQW2HN1YBO25DRO3";
static const String urlBaseNewCore = "https://newcore.services/newcore/"; static const String urlBaseNewCore = "https://newcore.services/newcore/";
static const int appMobileCodigo = 18; static const int appMobileCodigo = 18;
static const String nomeApp = "Vilacorp"; static const String nomeApp = "GEPAM";
static const int versaoAtual = 100; static const int versaoAtual = 100;
static const int usuCodPadrao = 70435; static const int usuCodPadrao = 73206;
static const String youtubeApiKey = static const String youtubeApiKey =
"AIzaSyAmqjP0MxgASbt98Px1_hqaIvcsqeHO15k"; //"AIzaSyA8jo3qsr-JJRm40iSHfkrzaMZXdMjo9v4"; "AIzaSyAmqjP0MxgASbt98Px1_hqaIvcsqeHO15k"; //"AIzaSyA8jo3qsr-JJRm40iSHfkrzaMZXdMjo9v4";
static const String channelId = "UCJ_EUoswNTvRGotJ-ROxaKw"; static const String channelId = "UCJ_EUoswNTvRGotJ-ROxaKw";
static const String homeURL = "https://vilacorp.com.br/"; static const String homeURL = "https://gepam.adm.br/";
static const String dominioPermitido = "https://vilacorp.com.br/"; static const String dominioPermitido = "https://gepam.adm.br/";
static const String urlPDF = "http://app-cards.com/files/vilacorp.pdf"; static const String urlPDF = "https://app-cards.com/files/card-gepam.pdf";
static Future<bool> checkInternetConnection() async { static Future<bool> checkInternetConnection() async {
bool retorno = true; bool retorno = true;
+2 -2
View File
@@ -1,5 +1,5 @@
import 'package:vilacorp/charts/radial_gauge.dart'; import 'package:gepam/charts/radial_gauge.dart';
import 'package:vilacorp/funcoes_gerais.dart'; import 'package:gepam/funcoes_gerais.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
import 'package:get/get.dart'; import 'package:get/get.dart';
import 'package:line_icons/line_icons.dart'; import 'package:line_icons/line_icons.dart';
+4 -4
View File
@@ -1,7 +1,7 @@
//import 'package:vilacorp/home/home.dart'; //import 'package:gepam/home/home.dart';
import 'package:vilacorp/index/index_controller.dart'; import 'package:gepam/index/index_controller.dart';
//import 'package:vilacorp/notificacoes/notificacoes.dart'; //import 'package:gepam/notificacoes/notificacoes.dart';
//import 'package:vilacorp/videos/youtube_videos.dart'; //import 'package:gepam/videos/youtube_videos.dart';
import 'package:convex_bottom_bar/convex_bottom_bar.dart'; import 'package:convex_bottom_bar/convex_bottom_bar.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
import 'package:get/get.dart'; import 'package:get/get.dart';
+8 -7
View File
@@ -1,9 +1,9 @@
import 'package:vilacorp/home/home.dart'; import 'package:gepam/home/home.dart';
//import 'package:vilacorp/instagram_embed/instagram_embed.dart'; //import 'package:gepam/instagram_embed/instagram_embed.dart';
import 'package:vilacorp/notificacoes/notificacoes.dart'; import 'package:gepam/notificacoes/notificacoes.dart';
//import 'package:vilacorp/videos/youtube_videos.dart'; //import 'package:gepam/videos/youtube_videos.dart';
import 'package:convex_bottom_bar/convex_bottom_bar.dart'; import 'package:convex_bottom_bar/convex_bottom_bar.dart';
import 'package:vilacorp/pdfviewer/pdfviewer.dart'; import 'package:gepam/pdfviewer/pdfviewer.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
import 'package:get/get.dart'; import 'package:get/get.dart';
import 'package:line_icons/line_icons.dart'; import 'package:line_icons/line_icons.dart';
@@ -36,8 +36,9 @@ class IndexController extends GetxController with SingleGetTickerProviderMixin {
this.childrenTabs.add(Tab(child: NotificacoesScreen())); this.childrenTabs.add(Tab(child: NotificacoesScreen()));
//this.tabs.add(TabItem(icon: Icons.video_collection, title: 'Vídeos')); //this.tabs.add(TabItem(icon: Icons.video_collection, title: 'Vídeos'));
//this.tabs.add(TabItem(icon: LineIcons.instagram, title: 'Instagram')); //this.tabs.add(TabItem(icon: LineIcons.instagram, title: 'Instagram'));
this.tabs.add( this
TabItem(icon: LineIcons.identificationCard, title: 'Vilacorp card')); .tabs
.add(TabItem(icon: LineIcons.identificationCard, title: 'Gepam card'));
this.tabs.add(TabItem(icon: Icons.home, title: 'Home')); this.tabs.add(TabItem(icon: Icons.home, title: 'Home'));
this.tabs.add(TabItem(icon: Icons.notifications, title: 'Notificações')); this.tabs.add(TabItem(icon: Icons.notifications, title: 'Notificações'));
this.tabController = TabController(vsync: this, length: this.tabs.length); this.tabController = TabController(vsync: this, length: this.tabs.length);
+1 -1
View File
@@ -1,4 +1,4 @@
//import 'package:vilacorp/funcoes_gerais.dart'; //import 'package:gepam/funcoes_gerais.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
//import 'package:url_launcher/url_launcher.dart'; //import 'package:url_launcher/url_launcher.dart';
import 'package:webview_flutter/webview_flutter.dart'; import 'package:webview_flutter/webview_flutter.dart';
+1 -1
View File
@@ -1,4 +1,4 @@
import 'package:vilacorp/funcoes_gerais.dart'; import 'package:gepam/funcoes_gerais.dart';
import 'package:firebase_core/firebase_core.dart'; import 'package:firebase_core/firebase_core.dart';
//import 'package:firebase_messaging/firebase_messaging.dart'; //import 'package:firebase_messaging/firebase_messaging.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
+2 -2
View File
@@ -1,5 +1,5 @@
//import 'package:advance_pdf_viewer/advance_pdf_viewer.dart'; //import 'package:advance_pdf_viewer/advance_pdf_viewer.dart';
import 'package:vilacorp/pdfviewer/pdfviewer_controller.dart'; import 'package:gepam/pdfviewer/pdfviewer_controller.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
import 'package:flutter_pdfview/flutter_pdfview.dart'; import 'package:flutter_pdfview/flutter_pdfview.dart';
import 'package:get/get.dart'; import 'package:get/get.dart';
@@ -10,7 +10,7 @@ class PDFViewerScreen extends StatelessWidget {
Widget build(BuildContext context) { Widget build(BuildContext context) {
return Scaffold( return Scaffold(
appBar: AppBar( appBar: AppBar(
title: Text('Vilacorp card'), title: Text('Gepam card'),
centerTitle: false, centerTitle: false,
leading: Container(), leading: Container(),
leadingWidth: 0, leadingWidth: 0,
+2 -2
View File
@@ -1,7 +1,7 @@
import 'dart:io' as io; import 'dart:io' as io;
//import 'package:advance_pdf_viewer/advance_pdf_viewer.dart'; //import 'package:advance_pdf_viewer/advance_pdf_viewer.dart';
import 'package:vilacorp/funcoes_gerais.dart'; import 'package:gepam/funcoes_gerais.dart';
import 'package:flutter/foundation.dart'; import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
import 'package:get/get.dart'; import 'package:get/get.dart';
@@ -63,7 +63,7 @@ class PDFViewerScreenController extends GetxController {
this.loadPDF.value = true; this.loadPDF.value = true;
var file = await this._createFileOfPdfUrl(); var file = await this._createFileOfPdfUrl();
try { try {
Share.shareFiles([file!.path], text: 'Vilacorp card') Share.shareFiles([file!.path], text: 'Gepam card')
.then((value) => this.loadPDF.value = false); .then((value) => this.loadPDF.value = false);
} catch (e) { } catch (e) {
this.loadPDF.value = false; this.loadPDF.value = false;
+1 -1
View File
@@ -1,4 +1,4 @@
import 'package:vilacorp/funcoes_gerais.dart'; import 'package:gepam/funcoes_gerais.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
import 'package:animated_splash_screen/animated_splash_screen.dart'; import 'package:animated_splash_screen/animated_splash_screen.dart';
import 'package:get/get.dart'; import 'package:get/get.dart';
+3 -3
View File
@@ -1,8 +1,8 @@
import 'dart:io'; import 'dart:io';
import 'package:vilacorp/atualizarapp/atualizarapp.dart'; import 'package:gepam/atualizarapp/atualizarapp.dart';
import 'package:vilacorp/index/index.dart'; import 'package:gepam/index/index.dart';
import 'package:vilacorp/notificacoes/notificacoes.dart'; import 'package:gepam/notificacoes/notificacoes.dart';
import 'package:firebase_messaging/firebase_messaging.dart'; import 'package:firebase_messaging/firebase_messaging.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
import 'package:flutter/services.dart'; import 'package:flutter/services.dart';
+3 -3
View File
@@ -1,6 +1,6 @@
import 'package:vilacorp/index/index_controller.dart'; import 'package:gepam/index/index_controller.dart';
import 'package:vilacorp/videos/api/youtube_api.dart'; import 'package:gepam/videos/api/youtube_api.dart';
import 'package:vilacorp/videos/api/youtube_classes.dart'; import 'package:gepam/videos/api/youtube_classes.dart';
import 'package:get/get.dart'; import 'package:get/get.dart';
import 'package:intl/intl.dart' show DateFormat; import 'package:intl/intl.dart' show DateFormat;
+1 -1
View File
@@ -1,4 +1,4 @@
import 'package:vilacorp/videos/youtube_video_player.dart'; import 'package:gepam/videos/youtube_video_player.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
import 'package:flutter_staggered_animations/flutter_staggered_animations.dart'; import 'package:flutter_staggered_animations/flutter_staggered_animations.dart';
import 'package:get/get.dart'; import 'package:get/get.dart';
+1 -1
View File
@@ -1,4 +1,4 @@
name: vilacorp name: gepam
description: A new Flutter project. description: A new Flutter project.
# The following line prevents the package from being accidentally published to # The following line prevents the package from being accidentally published to
+1 -1
View File
@@ -5,7 +5,7 @@
// gestures. You can also use WidgetTester to find child widgets in the widget // 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. // tree, read text, and verify that the values of widget properties are correct.
import 'package:vilacorp/splash/splash.dart'; import 'package:gepam/splash/splash.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart'; import 'package:flutter_test/flutter_test.dart';