StoreFinder Pro Full App Flutter

StoreFinder Pro Full App Flutter 1.3

No permission to download
Joined
Oct 13, 2021
Messages
3,740
Reaction score
1,968
Credits
$5,187
thanks to dear member @work submitted a new resource:

StoreFinder Pro Full App Flutter - StoreFinder Pro Full App Flutter for your searching tool

App Features:
Push Notifications
Subcategories
Multiple Language Selection
Dark/Light Themes
Store Addition inside the app.
BACKEND REVERSE/GEOCODING
DYNAMIC STORE NEARBY RADIUS ADJUSTMENT
USER RATING Integration
USER REVIEWS Integration
NEWS Integration
Localization Ready!
Offline Usage
Custom Pins per Category
Social Login (Twitter/Facebook/Web)
Share to Facebook
Share to Twitter
Call Integration
Email Integration...

Read more about this resource...
 
Tested:
1.default admin user was delete status
so please delete `tbl_storefinder_authentication` and run
SQL:
CREATE TABLE `tbl_storefinder_authentication` (
  `authentication_id` int NOT NULL,
  `username` text NOT NULL,
  `password` text NOT NULL,
  `name` text NOT NULL,
  `role_id` int NOT NULL,
  `is_deleted` int NOT NULL,
  `deny_access` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
INSERT INTO `tbl_storefinder_authentication` (`authentication_id`, `username`, `password`, `name`, `role_id`, `is_deleted`, `deny_access`) VALUES
(1, 'admin', '0192023a7bbd73250516f069df18b500', 'Admin', 1, 0, 0),
(2, 'guest', '25d55ad283aa400af464c76d713c07ad', 'Guest', 2, 0, 0),
(3, 'demo', '25d55ad283aa400af464c76d713c07ad', 'Guest 1', 1, 0, 0);

default info
admin / admin123
2024-12-31_040053.webp2024-12-31_040200.webp
 
Top