riverpod_lint
Riverpod_lint é uma ferramenta de desenvolvedor para usuários do Riverpod, projetada para ajudar a evitar problemas comuns e simplificar tarefas repetitivas.
Carteira Archethic
Riverpod_lint é uma ferramenta de desenvolvedor para usuários do Riverpod, projetada para ajudar a evitar problemas comuns e simplificar tarefas repetitivas.
v3.0.0Crie folhetos inferiores modais incríveis e poderosos. Material, Cupertino iOS 13 ou crie seu próprio estilo
v4.5.2Adicione efeitos animados bonitos e construtores no Flutter por meio de uma API fácil, personalizável e unificada.
Quiver é um conjunto de bibliotecas utilitárias para o Dart que torna o uso de muitas bibliotecas Dart mais fácil e conveniente, ou adiciona funcionalidades adicionais.
v3.4.0Uma biblioteca de toast pura para Flutter, com suporte a estilo/widget personalizados, fácilmente alcançar o mesmo efeito dos toasts nativos.
v0.8.1Regras de lint são uma maneira poderosa de melhorar a manutenibilidade de um projeto. O Lint personalizado permite que autores de pacotes e desenvolvedores escrevam facilmente regras de lint personalizadas.
Uma biblioteca Dart que implementa algoritmos e primitivas criptográficas, modelada na biblioteca BouncyCastle.
v6.0.0Transforma URLs e emails em links clicáveis inline no texto para o Flutter.
Um plug-in Flutter que fornece acesso a funcionalidades de NFC no Android e no iOS.
Uma classe simples (mas correta) do Dart para validação de endereços de e-mail
v1.3.0Animação de carregamento ou spinner de carregamento ou loader. Usado para exibir uma animação de carregamento quando o aplicativo está em estado de carregamento ou algo está sendo processado por um tempo indeterminado.
O pacote decimal permite que você trabalhe com números decimais sem perder precisão.
^6.1.3^3.5.3^2.3.3^1.5.9^3.0.0^4.3.3^3.0.9^2.0.3^3.2.3^1.1.1^1.18.0^5.0.2^3.0.3^3.0.2^2.0.0-beta.2^10.1.2^2.2.0^0.8.5+1^2.1.0^3.0.0^1.0.0^0.70.2{"sdk":"flutter"}^4.2.0+1^0.21.2^6.2.0-beta.2^1.10.0^6.0.0^17.2.0{"sdk":"flutter"}^2.4.4^2.6.1^9.0.0^2.0.6^2.4.4^7.2.0^14.6.2^2.2.3^1.1.0^1.2.0^3.2.0^0.19.0^4.8.1^3.0.2^5.1.2^1.2.0+4^2.2.0^1.2.0^4.2719.1^3.0.0^3.0.0^2.1.0^3.5.0^3.0.0^3.3.1^8.0.2^0.2.0^2.1.0^0.8.0^1.0.0^4.0.0^4.1.0^3.2.1^2.6.1^7.1.0any^2.0.1^0.3.0^6.2.5^4.3.3^3.0.0^1.0.1^3.0.1^0.3.8^2.0.0^2.4.6^0.7.0^0.13.1{"sdk":"flutter"}^2.5.7^2.0.1^6.7.0^5.4.4^3.16.8^2.6.3^2.6.3^0.0.5Texto original em inglês. Visite o GitHub para a versão atual.
Platform CodeFactor Github All Releases Github Downloads (monthly)
The app is mainly a FULLY decentralized and cryptocurrency non-custodial hot wallet that enables you to safely manage assets on Layer 1 Archethic blockchain.
This wallet includes the features of send and receive coins instantly to and from anyone.
No signup or KYC needed, you just control your service access keychain, protected by different security ways like PIN Code, Password, Yubikey devices and Biometrics
NB: Yubikey is a device that makes 2-factor authentication as simple as possible (see yubico.com)
Archethic Wallet has implemented the following features:
Available on Chrome, Android, Windows, MacOS, iOS and Linux https://www.archethic.net/wallet/
To test Archethic Wallet with Faucet:
Considering M=Major Version, m=minor version, p=patch version, +build
pubspec.yaml update the version of the app M.m.p+build (ex: version: 2.3.8+528)scripts/update_version.sh to update versions in other conf files
pubspec.yaml section msix_config/web_chrome_extension/public/manifest.jsonbuild.txt in /fastlane/metadata/android/en-US/changelogs/ .3 ways to build app depending of platforms
FastlanePatrol is a flutter package, you can install it using a simple flutter pub get
Full patrol using on this project can be found here
aeWallet supports opening DApps directly in an in-app webview using deeplinks. This feature enables seamless interaction between DApps and the wallet on mobile devices.
To use this functionality, the URL parameters must be encoded in base64Url before being included in the deeplink.
The deeplink follows this schema:
aewallet://dapps_webview?[base64Url_encoded_parameters]
Here’s an example of a URL before encoding:
aewallet://dapps_webview?code=aeWebsite&url=https://archethic.net&category=info&description=Archethic Official Website&name=Archethic Website&iconUrl=https://archethic.net/favicon.ico
All the parameters must be encoded in base64Url to ensure compatibility. After encoding, the URL looks like this:
aewallet://dapps_webview?ZGFwcFVybD1odHRwczovL2FyY2hldGhpYy5uZXQmZGFwcE5hbWU9QXJjaGV0aGljJTIwV2Vic2l0ZSZkYXBwQ29kZT1hZVdlYnNpdGUmY2F0ZWdvcnk9aW5mbyZkZXNjcmlwdGlvbj1BcmNoZXRoaWMlMjBPZmZpY2lhbCUyMFdlYnNpdGUm...
Use the encoded URL in your application or mobile browser to verify that it correctly opens the DApp in the aeWallet webview.
flutter pub get to get the packagesflutter runBy default, the endpoint is https://testnet.archethic.net but you can change it in 'Networks' menu.
*** This Application is currently in active development so it might fail to build. Please refer to issues or create new issues if you find any. Contributions are welcomed.