extension_google_sign_in_as_googleapis_auth
A bridge package between google_sign_in and googleapis_auth, to create Authenticated Clients from google_sign_in user credentials.
Braindump better.
A bridge package between google_sign_in and googleapis_auth, to create Authenticated Clients from google_sign_in user credentials.
Flutter plugin for Google Sign-In, a secure authentication system for signing in with a Google account.
v8.3.0Flutter's №1 non-commercially aimed map client: it's easy-to-use, versatile, vendor-free, fully cross-platform, and 100% pure-Flutter
v0.3.0+2Flutter Sticky Headers - Lets you place headers on scrollable content that will stick to the top of the container whilst the content is scrolled.
v8.0.1Cross-platform plugin for easy access to device's location in real-time.
v3.0.1Create native settings for Flutter app in minutes. Use single interfaces to build
v9.30.0A complete api for audio playback and recording. Member of the `Tau` Family. Audio player, audio recorder. Pray for Ukraine.
Sentry SDK for Flutter. This package aims to support different Flutter targets by relying on the many platforms supported by Sentry with native SDKs.
v4.0.0Introduction/Onboarding package for flutter app with some customizations possibilities
Timeago Widget for Flutter to create fuzzy timestamps. (e.g. "15 minutes ago").
Scroll to a specific child of any scrollable widget in Flutter
Auto-generated client libraries for accessing Google APIs described through the API discovery service.
{"sdk":"flutter"}^1.0.2^10.0.0^9.2.13^2.0.0+4^2.0.3^3.0.4^0.18.1^3.5.0^2.0.7^7.9.0^6.0.12^7.1.0^6.0.1^2.0.0^6.1.4^11.3.0^2.0.4^2.0.1^4.0.2^5.0.0^5.0.3^2.0.1^4.0.0^3.0.1^1.3.0^0.13.4^3.0.2^0.3.0+2^0.1.10^5.0.2^2.0.2^1.5.0^0.13.1{"sdk":"flutter"}^2.0.1English project snapshot. Visit GitHub for the latest content.
A voice memos-like for Android and iOS. Written in Flutter. Transcription on iOS uses the native transcription APIs (mostly on-device) and on Android, uses Vosk. The codebase is still quite messy, but contributions welcome!
| https://raw.githubusercontent.com/maxkrieger/voiceliner/HEAD/assets/screenshots/1.png | https://raw.githubusercontent.com/maxkrieger/voiceliner/HEAD/assets/screenshots/2.png | https://raw.githubusercontent.com/maxkrieger/voiceliner/HEAD/assets/screenshots/3.png |
This project is AGPLv3 but with an exception for the App Store. Learn More
flutter run lib/main.dartPlace a 1024x1024 icon.png in assets/icon/icon.png and run
flutter pub run flutter_launcher_icons:main
android/key.properties: storePassword=keystore password
keyPassword=key password
keyAlias=key alias
storeFile=/keystore/location
For continuous integration:
| Env Var | Value |
|---|---|
| APPLE_ID | apple account email" |
| APP_IDENTIFIER | ios com.blabla.blabla |
| PLAY_APP_IDENTIFIER | android com.blablabla.bla |
| ITC_TEAM_ID | documented in fastlane |
| TEAM_ID | documented in fastlane |
| MATCH_GIT | github SSH URI for fastlane match |
| MATCH_PASSWORD | documented in fastlane |
| FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD | app specific password for fastlane |
| FASTLANE_USER | documented in fastlane |
| FASTLANE_PASSWORD | documented in fastlane |
| CONNECT_KEY | app store connect .p8 file contents |
| CONNECT_KEY_ID | app store connect key id |
| CONNECT_ISSUER_ID | app store connect key issuer id |
| GOOGLE_PLAY_JSON_CONTENT | base64 encoded json keys for google play fastlane |
| KEYSTORE | base64 encoded keystore.jks |
| KEY_PROPERTIES | key.properties seen above |
| SSH_PRIVATE_KEY | for github access |
| SENTRY_DSN | for sentry logging |
For local deployment, populate the following .env files:
ios/fastlane/.env:
MATCH_GIT=...
APP_IDENTIFIER=...
CONNECT_KEY_ID=...
CONNECT_ISSUER_ID=...
APPLE_ID=...
FIRST_NAME=...
LAST_NAME=...
PHONE_NUMBER=...
EMAIL_ADDRESS=...
android/fastlane/.env:
PLAY_APP_IDENTIFIER=...
.env:
SENTRY_DSN=...
You can then use ./deploy_ios.sh and ./deploy_android.sh to deploy to the app stores.
ios/$ bundle update fastlane
android/$ bundle update fastlane
When running fastlane match development --generate_apple_certs, make sure to specify * for the bundle id, so that it can make provisioning profiles both for the .debug bundle identifier and the main one.