The repo had no root-level .gitignore, so .dart_tool/, ephemeral plugin symlinks and build artifacts were being tracked across the workspace. Every flutter pub get regenerated them and they polluted PRs as recurring noise. - Add root .gitignore covering .dart_tool/, ephemeral plugin symlinks, build/, coverage/, IDE files - Untrack ~39 existing cache files across root, modules and packages
flutter_treezor_entrust_sdk_bridge_example
Demonstrates how to use the flutter_treezor_entrust_sdk_bridge plugin.
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 development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.