flutter_adminpanel 2.0.3 copy "flutter_adminpanel: ^2.0.3" to clipboard
flutter_adminpanel: ^2.0.3 copied to clipboard

A comprehensive Flutter admin panel library similar to react-admin with universal REST API adapter for any backend

Changelog #

All notable changes to this project will be documented in this file.

2.0.2 - 2025-10-16 #

Changed #

  • Minor documentation updates

2.0.1 - 2025-10-16 #

Breaking Changes #

  • Removed external data provider integrations: Supabase, ClickHouse, Magento, MySQL, and PostgreSQL adapters have been removed to simplify the library
  • The library now focuses on a universal REST API adapter that works with any backend

Added #

  • Universal REST API adapter for connecting to any backend
  • Simplified adapter system focusing on core functionality
  • Updated documentation reflecting REST API-only approach

Changed #

  • Updated pubspec.yaml to remove external provider dependencies
  • Simplified examples to use REST API provider
  • Updated README with clearer installation and usage instructions

Removed #

  • Supabase integration and dependencies
  • ClickHouse integration
  • Magento integration
  • MySQL integration (was planned for v2.0)
  • PostgreSQL integration (was planned for v2.0)
  • Related documentation for removed integrations

Migration Guide #

If you were using any of the removed providers, you can:

  1. Use the REST API adapter with a backend that exposes your data
  2. Fork the library and maintain the specific integrations you need
  3. Create custom adapters following the DataProvider interface

1.3.1 Previous Release #

See git history for previous changes.