name: flutter_appauth repository: https://github.com/MaikuB/flutter_appauth command: bootstrap: usePubspecOverrides: true packages: - flutter_appauth - flutter_appauth_platform_interface - flutter_appauth/exampl
3Branches104Tags Code Folders and files Name Last commit message Last commit date Latest commit MaikuB [various] prepare for 9.0.0 stable release (#603) Mar 3, 2025 51f0b22·Mar 3, 2025 History 214 Commits .github [various] updates to migrate example app to use plugin DSL (#593) ...
flutter run -d all --dart-define=AUTH0_DOMAIN={YOUR DOMAIN}--dart-define=AUTH0_CLIENT_ID={YOUR CLIENT ID} You can optionally have your editor of choice provide these values. For example, you can have Visual Studio Code pass these additional--dart-definevalues by adding them to the...
See this example of aViewcomponent that displays the user profile on the screen: import'package:auth0_flutter/auth0_flutter.dart';import'package:flutter/material.dart';classProfileViewextendsStatelessWidget{constProfileView({Key?key,requiredthis.user}):super(key:key);finalUserProfileuser;@overrideWidge...
Same issue, just started a new flutter web project today, add examples of https://pub.dev/packages/flutter_appauth/example, and run against our testing keycloak -> MissingPluginException I added a minimal example project here: https://github.com/FloHin/flutter-appauth-example/blob/main/lib/...
Login, Register Example Pagination Example Autofill Username and Password TODO 📝 Integration Test Implement multi-flavor Implement Go Router Maestro Test 🧪 574ae4cc-e3a9-4755-8494-81bfe8763e00.mp4 Architecture Proposal by Resocoder Project Structure lib ├── config.dart ├── core │ ├...
See this example of a View component that displays the user profile on the screen: import 'package:auth0_flutter/auth0_flutter.dart'; import 'package:flutter/material.dart'; class ProfileView extends StatelessWidget { const ProfileView({Key? key, required this.user}) : super(key: key); fin...
See this example, which instantiates the class inside a widget state object: Log in to configure this snippet with your account import 'package:auth0_flutter/auth0_flutter.dart'; import 'package:auth0_flutter/auth0_flutter_web.dart'; class MainView extends StatefulWidget { const MainView({Key...
Web support#70 Description josh-burton MaikuB commentedon Jan 25, 2020 MaikuB MaikuB mentioned thison Feb 15, 2020 The platform interface is now available as a separate package so it can be used to implement the web version of the plugin. Let me know if you plan to work on this @ath...
dart flutter-apps phone-authentication flutter-examples flutter-example flutter-app flutter-community phone-authentication-using-otp phone-authentication-using-pinput Resources Readme Activity Stars 5 stars Watchers 1 watching Forks 2 forks Report repository Releases No releases published Packages...