composer install php artisan key:generate //php artisan config:cache php artisan config:clear
//make password Hash::make('123');
<?xml version="1.0" encoding="utf-8"?> | |
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto" | |
xmlns:tools="http://schemas.android.com/tools" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
tools:context=".ui.dashboard.DashboardFragment"> | |
<TextView |
package com.engineer.ui.home | |
import android.content.Intent | |
import android.os.Bundle | |
import android.os.Handler | |
import android.os.Looper | |
import android.text.Editable | |
import android.text.TextWatcher | |
import android.util.Log | |
import android.view.LayoutInflater |
class PopMenuWidget extends StatefulWidget { | |
Channel channel; | |
VoidCallback onDelete; | |
PopMenuWidget(BuildContext context, this.channel, onDelete); | |
@override | |
_PopMenuWidgetState createState() => _PopMenuWidgetState(); | |
} |
composer install php artisan key:generate //php artisan config:cache php artisan config:clear
//make password Hash::make('123');