Code Monkey home page Code Monkey logo

cashfolw's Introduction

Flutter project.

Run with --no-sound-null-safety Flutter project.

flutter run --no-sound-null-safety flutter build web --no-sound-null-safety flutter run -d chrome --release --no-sound-null-safety

flutter build web --no-sound-null-safety --web-renderer html flutter run -d chrome --no-sound-null-safety --web-renderer html

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

github

echo "# PK-BOOK" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/aryasolutions/PK-BOOK.git git push -u origin main

Connect with flutter

cd C:\Users\mudas\AppData\Local\Android\Sdk\platforms adb tcpip 5555 adb connect 192.168.10.6 adb connect 10.75.46.123

Can we check the device to be smartphone or tablet in Flutter?

Here's the same than in other aswers, but returning an enum instead of a bool or a String. As it's more closed, it's easier to use it.

import 'package:flutter/widgets.dart';

enum DeviceType { Phone, Tablet }

DeviceType getDeviceType() { final data = MediaQueryData.fromWindow(WidgetsBinding.instance!.window); print(data.size.width); return data.size.shortestSide < 550 ? DeviceType.Phone : DeviceType.Tablet; }# Linked-Up

keytool

keytool -list -v -keystore "C:\Users\mudas.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android

Alias name: androiddebugkey Creation date: Aug 12, 2021 Entry type: PrivateKeyEntry Certificate chain length: 1 Certificate[1]: Owner: C=US, O=Android, CN=Android Debug Issuer: C=US, O=Android, CN=Android Debug Serial number: 1 Valid from: Thu Aug 12 13:07:38 PKT 2021 until: Sat Aug 05 13:07:38 PKT 2051 Certificate fingerprints: SHA1: 32:43:A9:AE:FB:1E:5E:0C:C9:2D:BB:80:8B:4E:63:31:4E:E0:8F:DA SHA256: 90:45:01:0D:9A:FD:80:55:09:7D:98:23:51:57:AD:B7:24:99:F1:9C:85:49:74:D2:68:3B:4A:71:D7:F8:AD:87 Signature algorithm name: SHA1withRSA (weak) Subject Public Key Algorithm: 2048-bit RSA key Version: 1

Warning: The certificate uses the SHA1withRSA signature algorithm which is considered a security risk. This algorithm will be disabled in a future update.

dotted_line

import 'package:dotted_line/dotted_line.dart';

DottedLine( direction: Axis.horizontal, lineLength: double.infinity, lineThickness: 1.0, dashLength: 4.0, dashColor: Colors.black, dashGradient: [Colors.red, Colors.blue], dashRadius: 0.0, dashGapLength: 4.0, dashGapColor: Colors.transparent, dashGapGradient: [Colors.red, Colors.blue], dashGapRadius: 0.0, )# CashFolw

cashfolw's People

Contributors

mudassir060 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.