TypeScript has become an increasingly common language used by developers. This is the seventh most popular programming language used by developers. What is TypeScript? TypeScript is an open-source, typed superset of the JavaScript programming language. The typeScript was created by Microsoft in 2012 to make it easier for developers to build large, scalable applications. It Read More
What is ECMAScript 6 (or ES6) ECMAScript 2015 (or ES6) is the sixth and major edition of the ECMAScript language specification standard. It defines the standard for the JavaScript implementation. ES6 brought significant changes to the JavaScript language. It introduces several new features such as, block-scoped variables, new loop for iterating over arrays and objects, Read More
now on main public route I am raturning a method. web.php Route::get(‘/trips’, ‘CategoryController@index’)->name(‘trips’); CategoryController.php
Flutter Widgets Hello World Example Types of Widget We can split the Flutter widget into two categories: Visible (Output and Input) Invisible (Layout and Control) Visible widget The visible widgets are related to the user input and output data. Some of the important types of this widget are: Text A Text widget holds some text Read More
Today, I am showing multiple float button and pass the route inside floating action button pass the route Refrence:https://stackoverflow.com/questions/50839282/how-to-add-multiple-floating-button-in-stack-widget-in-flutter
First let’s go to popup button in blade file Go to Popup modal in blade file add this code modal your JavaScript Go to Popup JavaScript in blade file add this code your JavaScript
This is packages table This is addimages table First let’s go to your Controller file and our function
First let’s go to your Laravel project And add your Blade file And go to your Laravel project And add your Controller file This is Database structure
step 1:open android studio and drag your project and paste in android studio Step 2: click open for editing in android studio shown in below figure Step 3:now your project starts to build you can check it by clicking in build in bottom taskbar Step 4:after build finish click or expand gradle script–click build gradle Read More

Quality Assurance (QA) engineers are responsible for ensuring that the code that other developers write is up to a certain standard. Companies pay high salaries to talented QA engineers to continually advance high-quality software. With QA engineers in such high demand, many organizations are teaching people how to become quality assurance engineers. What Is Quality Read More

array_slice (PHP 4, PHP 5, PHP 7, PHP 8) array_slice — Extract a slice of the array Description array_slice( array $array, int $offset, ?int $length = null, bool $preserve_keys = false ): array array_slice() returns the sequence of elements from the array array as specified by the offset and length parameters. Parameters array The input array. offset If offset is non-negative, the sequence will start at Read More
postman is used to api calls if u get and store data in your mobile while creating app and you want to retrive and store data through api calls first select method get next step, paste your api url that shown in below figure then click send button your output shown below figure check post Read More
today, i am showing how to expand and collapse the data step 1: first i click text where i pass route through it will navigate other dart file myiternary.dart step 2: i wii go to myiternary.dart file Refrence:https://medium.com/flutterdevs/expansion-tile-in-flutter-d2b7ba4a1f4b
First let’s go to your Laravel project And add your Controller file This is first Arr $middile= Arr::first($my_cat); This is last Arr $last_cat=Arr::last( $my_cat); This is Refresh URL => https://stackoverflow.com/questions/20052769/get-first-and-last-element-in-array/20052835
My requirement to expand and collapse api data using accorodian step 1: first we click text where i pass route , through route it will navigate the other dart file feature.dart we will click feature my code looks like now well go to feature.dart file we will use accorodian.dart file
First let’s go to your Laravel project And add your blade file JavaScript And go to your Laravel project And Inspect and check you console log
First let’s go to your Laravel project And add your Controller function and Store function And go to your Laravel project And test your Controller function log::info print
first we click button where i pass route that shown in image and code is given as below Next, we will goto gallery.dart file where i use gridview concept
First let’s go to your Laravel project And add your Controller function and Store function $Trip->tour_id = $tour_id;
A full-stack QA engineer will be comfortable working in all layers of the application and will be familiar with the bulk of its functionality. What is a Full-Stack QA Developer? A QA Developer working on all aspects of quality and using different testing methods to test their application is called a full-stack QA engineer. They Read More
C:\flutter-firebase\flutter-firebase\flutter_applicationnew\android\app\src\debug\AndroidManifest.xml Error:uses-sdk:minSdkVersion 16 cannot be smaller than version 17 declared in library [:flutter_inappwebview] C:\flutter-firebase\flutter-firebase\flutter_applicationnew\build\flutter_inappwebview\intermediates\library_manifest\debug\AndroidManifest.xml as the library might be using APIs not available in 16Suggestion: use a compatible library with a minSdk of at most 16,or increase this project’s minSdk version to at least 17, Solution:step1: go to visual studio and expand android folder Step Read More
First let’s go to your Laravel project And add your database this field `Permission` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ‘Reject’, And go to your blade file Permission url Ya route defined them checkbox and add button click url: “{{eventmie_url(‘admins/userpermittrip’)}}/” + email, And go to route Route::post(‘/userpermittrip’, ‘Admin\AdminTPController@storeupermission’); Go to your controller and your function Read More
Are you wondering what it takes to become a great full-stack developer? Learning different skills in your career not only helps you stand out from the crowd but also sharpens your cognitive and behavioral abilities. It expands your perspective. It strengthens your confidence. It enhances your analytical skills towards complex issues. It brings out a Read More
step 1: go to run -> add configuration in menu bar in dart file step 2: click dart:attach then click add configuration Step 3: click run- start debugging now your issue resolved Refrence:https://stackoverflow.com/questions/68438750/flutter-vscode-error-you-dont-have-an-extension-for-debugging-yaml
Today, i am showing how to create image slider when i click triptile family tour package when i click triptitle then we pass route get api data using function then get particular row using trip id that passed in route when i click triptitle
my reqirement to get id and triptitle seprately and my code looklike in above figure id.triptile in dart file i have to get seprately id and title solution: now, i will get only country name Refrence:https://stackoverflow.com/questions/59763793/flutter-remove-string-after-certain-character
First let’s go to your Laravel project And create new modal Settings And go to your Laravel project and your controller use app use App\Settings; And go to your Laravel project and your controller function and defied your data other table And go to your Laravel project and your controller function and return view return view(‘alltrip’, Read More
First let’s go to your Laravel project Your blade File and this code is html tag with {{ $gallery->Description}} Go to your Laravel project Your blade File and this code is html tag remove {!! $gallery->Description !!} Now is your result html tag remove your view page
today, i am creating popup menu i am using action widget and multiple popupmenuitem widget inside action widget . in popupup menuitem, i am using text widget and for routing or link use tap now i click popular trip for that we use import ‘package:flutter_applicationnew/homescreen/screen/populartrip.dart’; now we click popular link that goto other class
First let’s go to your Laravel project Your Controller Function and this code add Now is your Result html tag remove Refresh for this link => https://stackoverflow.com/questions/36247382/remove-html-tags-from-strings-on-laravel-blade/36247458