Sharing What I Love To Do

Overview
  • How to create release apk?
  1. flutter build apk --target-platform android-arm,android-arm64 --split-per-abi //normal
  2. flutter build apk --target-platform android-arm,android-arm64 --split-per-abi --tree-shake-icons //if dynamically not changing icons based on their int values on remote
  3. flutter build apk --target-platform android-arm,android-arm64 --split-per-abi --no-tree-shake-icons//if dynamically changing icons based on their int values on remote
  • How to set firebase analytics on debugging mode?
  1. adb shell setprop debug.firebase.analytics.app com.app.abc // To start:
  2. adb shell setprop debug.firebase.analytics.app .none. //To stop:
  • How to launch UPI Apps via url link? upi://pay?pa=9876543210@okbizaxis&pn=Name&tn= YourNotes &am=1&cu=INR

  • How to open startup apps folder in windows 10?

  1. C:\Users\YourUserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
  2. C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp
  • How to host a flutter website on a custom domain on firebase? To deploy in the default firebase domain: flutter build web firebase deploy To deploy in specific domain firebase target:apply hosting typeAName typename.com firebase deploy --only hosting:typeAName

  • For a newly created domain: add "site": "yourwebsite", in firebase.json file that exists on the folder flutter build web firebase deploy --only hosting:yourwebsite

  • How to deploy your first function on firebase? firebase deploy //First function firebase deploy --only functions:paymentAlerts // second or third function. functionName means the name you are givin in your code: exampe export.paymentAlerts = ....

  • How to create debugging key? open cmd and type cd C:\Program Files\Java\jdk-16.0.1\bin keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000 _Note: change your java verison manually exploring to c:\program files\java_

  • How to get debugging sha1 certificate? cd C:\Program Files\Java\jdk1.8.0_291\bin _Note: change your java verison manually exploring to c:\program files\java_

How to get realse keystore file? open cmd and type this cd C:\Program Files\Java\jdk1.8.0_291\bin

type the below keytool -genkey -v -keystore D:\yourappname.jks -keyalg RSA -keysize 2048 -validity 10000 -alias yourappname password: yourapppassword first name last name: yourname unit name: any org name: any city name: yourcity state name: yourstate code: yourcountrycode finaly type y or yes, if you made any mistake then type n

  • How to get sha1 from generated keyfile? open cmd and type this cd C:\Program Files\Java\jdk1.8.0_291\bin and type the following keytool -list -v -keystore D:\yourappname.jks -alias yourappname

  • How to add git to a folder via vscode in a simple method? first create a repository in git now open your folder in vscode open terminal in vscode type the following: git init git remote add origin https://github.com/yourgitusername/yourrepositoryname.git

  • How to remove git from a local project folder and subfolders? open cmd on that folder or its parent folder and type the following rd .git /S/Q

  • How to clone a github branch? git clone -b branchname https://[email protected]/yourgitusername/repositoryname.git

  • How to remove a line which starts with a specific word in vscode? ^.*print.*$\n

  • How to remove all charater after a specific character in vscode? =.*?; eg:<.*?>

More things I found useful will be update here. Have a great day

Youtube: https://www.youtube.com/FlutterShipp

You might also like...

Flutter plugin to run all creme sharing routines.

Creme Share plugin A Flutter plugin to share content from your Flutter app to social apps. Platform Support Android (WIP) iOS ❌ ✔️ Usage To use this p

Dec 20, 2022

Open source geo based video sharing social app created with Flutter, Supabase and lots of love 💙💙💙

Open source geo based video sharing social app created with Flutter, Supabase and lots of love 💙💙💙

Spot Take a virtual journey around the world with Spot. Spot is a geo-tagged video sharing app, meaning every video recorded in Spot is saved on a loc

Jan 3, 2023

Sharing What I Love To Do

How to create release apk? flutter build apk --target-platform android-arm,android-arm64 --split-per-abi //normal flutter build apk --target-platform

Jan 5, 2023

Play Around with Dartpad and fall in love with Flutter

Play Around with Dartpad and fall in love with Flutter

Flutter Workshop - GDSC NIT ROURKELA - Preptember 2021 What we built during the workshop? For checking out the code For checking out the code For chec

Feb 27, 2022

It's OK to love Flutter and hate hand-coding design elements. Parabeac-Core converts design files into Flutter code.

It's OK to love Flutter and hate hand-coding design elements. Parabeac-Core converts design files into Flutter code.

Parabeac-Core Parabeac-Core converts design files into Flutter code driven by open-source & community. Contribute · Discord Community · Designer Proto

Jan 4, 2023

Tribally SDKs enable your users to create communities and bring in more people to talk about the things they love.

tribally Tribally SDKs enable your users to create communities and bring in more people to talk about the things they love. Getting Started This proje

Dec 28, 2021

A certificate generator app developed in Flutter with love.

A certificate generator app developed in Flutter with love.

Holden Certificate Generator made with Flutter. Dependencies spreadsheet_decoder path_provider file_picker pdf_viewer_plugin pdf permission_handler sh

Jan 4, 2023

Demo application for hotel booking app made with @flutter and love.

Hotel Booking App Generated by the Very Good CLI 🤖 A Very Good Project created by Very Good CLI. Getting Started 🚀 This project contains 3 flavors:

Oct 12, 2022

Love the material AppBar? Do you want to add more color to the appbar? Here's a gradientAppBar.

Love the material AppBar? Do you want to add more color to the appbar? Here's a gradientAppBar.

Gradient App Bar Love the material AppBar? Do you want to add more color to the appbar? Here's a gradientAppBar. It works just like the normal AppBar.

Nov 11, 2022

DostiPak - Dating app to make connection between people and start new love story to lovers

DostiPak - Dating app to make connection between people and start new love story to lovers

Dosti Pak Dating app to make connection between people and start new love story

Oct 2, 2022

Hangman and yet another gaming App(i love games and making it XD)

Hangman and yet another gaming App(i love games and making it XD)

and yet another gaming App(i love games and making it XD) , i completed the ui and almost all the functionality , i will add some storing data using firebase later, anyways please give a try and enjoy it , i will try in the future to use flame engine to make a 3d cool app or even 2d, any feedback will be apperciated since im still halfway to be a proffesional

Dec 29, 2022

A multiplatform Dart movie app with 40% of code sharing between Flutter and the Web.

A multiplatform Dart movie app with 40% of code sharing between Flutter and the Web.

A multiplatform Dart movie app with 40% of code sharing between Flutter and the Web.

Dec 30, 2022

React hooks for Flutter. Hooks are a new kind of object that manages a Widget life-cycles. They are used to increase code sharing between widgets and as a complete replacement for StatefulWidget.

English | Português Flutter Hooks A Flutter implementation of React hooks: https://medium.com/@dan_abramov/making-sense-of-react-hooks-fdbde8803889 Ho

Dec 29, 2022

Obfuscate sensitive data in your pictures before sharing them online.

Privacy Blur A cross-platform application to obfuscate sensitive data from images, targeting iOS and Android devices. Mainly written in dart with the

Dec 30, 2022

Platform to post/say something without sharing personal information.

Platform to post/say something without sharing personal information.

Anon is an Open Source Application where it's users will be able to share their thoughts without their identity being revealed i.e Anonymous. When the

Sep 13, 2022

Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot

Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot

Share files across devices with Sharik! It works with Wi-Fi connection or Tethering (Wi-Fi Hotspot). No internet connection needed. Contributing Feel

Jan 1, 2023

An application written in Flutter that facilitates sharing your commute ride with other people

An application written in Flutter that facilitates sharing your commute ride with other people

commuting_app_mobile Mobile application written in Flutter that facilitates sharing your commute ride with other people. The app has localization, for

Sep 19, 2022

Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot

Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot

Share files across devices with Sharik! It works with Wi-Fi connection or Tethering (Wi-Fi Hotspot). No internet connection needed. Contributing Feel

Dec 30, 2022
Comments
  • doesn't seem to work with latest 3.0.5 flutter

    doesn't seem to work with latest 3.0.5 flutter

    This doesnt't seem to work with the latest flutter/dart. While Visual Studio code shows no errors, the code doesn't run. When I run flutter pub upgrade, suddenly TONS of errors show up. I was trying to replicate your drawer code to learn flutter, but am having a hell of a time getting this to work: image

    https://stackoverflow.com/questions/70363918/error-member-not-found-packageroot-how-to-solve-ignore-deprecated-member-u

    wontfix 
    opened by evanrich 2
Owner
Rajesh
Flutter Developer From 2018
Rajesh
Obfuscate sensitive data in your pictures before sharing them online.

Privacy Blur A cross-platform application to obfuscate sensitive data from images, targeting iOS and Android devices. Mainly written in dart with the

MATHEMA GmbH 78 Dec 30, 2022
Platform to post/say something without sharing personal information.

Anon is an Open Source Application where it's users will be able to share their thoughts without their identity being revealed i.e Anonymous. When the

Ismael Shakverdiev 18 Sep 13, 2022
Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot

Share files across devices with Sharik! It works with Wi-Fi connection or Tethering (Wi-Fi Hotspot). No internet connection needed. Contributing Feel

Mark Motliuk 844 Jan 1, 2023
A live location sharing app built on Flutter and Firebase as backend

DISCLAIMER I want to stress on three main points: This was my first Flutter project so I have not used any best practices and it needs a lot of code r

ManojNB 237 Dec 30, 2022
The expense sharing app.

Tabs The expense sharing app -- made with Flutter, Firebase and ❤️ . Keep track of what your friends owe you for that pizza you agreed to split; or re

Michael Roudnitski 280 Nov 23, 2022
ShareACab: App for sharing cab with college students

ShareACab An app for sharing cab with college students Description Usually, after exams or when the mid-sem break begins, there is a large surge of pe

DevClub IIT Delhi 67 Nov 23, 2022
Instagram is a free, online photo-sharing application and social network platform

Instagram is a free, online photo-sharing application and social network platform that was acquired by Facebook in 2012. Instagram allows users to edit and upload photos and short videos through a mobile app.

Behruz Hurramov 4 Dec 6, 2022
An app for sharing polls in an interactive and anonymous way

Stay Home Polls App An app for sharing surveys in an interactive and anonymous way, mainly on sociocultural issues produced by the period of confineme

Albert Mañosa 6 Nov 21, 2022
DoubtBin is a doubt solving and resources sharing portfolio.

DoubtBin is a doubt solving and resources sharing portfolio. It includes implemenation of concepts of Object Oriented Programming, Front-end Development and Back-end Development.

null 17 Oct 14, 2022
Venni client app - A flutter ride-sharing end-user app supporting map location picking

Venni client app - A flutter ride-sharing end-user app supporting map location picking, driver location tracking, in-app credit card payments, trip rating system, and trip history.

Abrantes 1 Jan 3, 2022