M. Yazan Suliman

Results 6 comments of M. Yazan Suliman

> Thanks @limitless-brain for the PR. I'd definitely like to incorporate your contribution. I have left some comments regarding the diff that I'd like you to address before I can...

> Try adding test user in console because by default it allows **workspace members** only for testing but if you don't have any **workspace** then you must make app **external**...

Please, verify if you don't have a query error. I had the same problem and the error was I wrote " Album::all()->paginate(10) " To find if it's really a cors...

You can use BackButtonListener BackButtonListener( onBackButtonPressed: () async { print('test'); return true; }, child: SomeWidgets(), );

@darshankawar well noted, this is a full example only depends on Flutter libraries and google maps library ``` import 'dart:io'; import 'dart:ui' as ui; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/services.dart';...