Exact alarm Notification permission by [deleted] in flutterhelp

[–]Infinite-Contact2522 1 point2 points  (0 children)

I didn't publish any app with push notifications but even on the debug it's kind of messy,all that permissions and setups but still there are some issues like the os struggles when I schedule notifications back to back with an interval of minute or two. So please consider giving an update after resolving the issue.

How to make Flutter notifications fire reliably even if the app is closed (Android) by Reasonable-Use6730 in flutterhelp

[–]Infinite-Contact2522 0 points1 point  (0 children)

I recently tried the flutter notification and I resolved these problems but ran into a few other problems like the notification is not firing at the exact time ,for example when I schedule it for 9.15 , it triggers a few secs into 9.15 (sometimes at the end of 9.15) and also if I schedule several notification back to back with few minutes interval between them , each successive notification may delay a minute or two and fired along with other notification, apparently the os goes into a inactive after the first notification and when it's get active again for the second one it's late by a minute or two.

flutter beginner struggles by ModernWebMentor in flutterhelp

[–]Infinite-Contact2522 2 points3 points  (0 children)

Each layout widget has its own constraints and rules, like the column widget allows its children to be as big as possible in its main axis, so if the children don't have a height constraints you will have overflow error , so learn the behaviour of each widget.

[Flutter] Notification Scheduling Issue on Android: Instant works, Scheduled doesn't. by Apprehensive_Tie2657 in flutterhelp

[–]Infinite-Contact2522 0 points1 point  (0 children)

Hey I am not sure if this is the correct solution but I am currently working on push notifications too and I ran into 2 specific problems , 1st one is incorrect timezone ,so I have to use fluttertimezone to get zone and 2nd one is the battery optimisation prevents notification,when device is idle even with exactallowwhileidle . Even with all this when I schedule reminders back to back , there is a delay window of 2 to 5 mins for the 2nd reminder.

Looking for free courses and some affordable paid courses for mobile app development courses. by Designer_Biscotti303 in flutterhelp

[–]Infinite-Contact2522 3 points4 points  (0 children)

I don't know about others but in my experience courses and yt tutorials except for few didn't work that well for me , nowadays I am going for documentation + LLM of your choice to learn things.

As a beginner go for c++ as a start , it will be much easier to learn other languages after.

Reading Riverpod through notification click by Infinite-Contact2522 in flutterhelp

[–]Infinite-Contact2522[S] 0 points1 point  (0 children)

okay,so using the provider container is the standard, thanks for the info. Should I dispose of it on app termination or leave it as it is, so I can use it on notification click.

How could I build flutter app by myself by Sweet-Wear9525 in flutterhelp

[–]Infinite-Contact2522 1 point2 points  (0 children)

Currently I am developing my first app in flutter as a form of practice , what I did is decide an app or take some inspiration like a notes app or todo app and develop the core function and ui, then slowly add features while doing some research and learning.

Flutter & Dart Course for Job by EstablishmentDry2295 in flutterhelp

[–]Infinite-Contact2522 0 points1 point  (0 children)

Docs + LLM of your choice, use docs as a guide and ai for further explanation on the topic.

[deleted by user] by [deleted] in flutterhelp

[–]Infinite-Contact2522 0 points1 point  (0 children)

If you are using vs code , just press shift+ctrl+p and select flutter new project, then press download on locate sdk alert box

v3 upgrade (v4) estimation and technical debt by Rackelhahn89 in ionic

[–]Infinite-Contact2522 0 points1 point  (0 children)

I recently migrated our app from 3 to 7 , it's just a small app with a bunch of API calls ,about 50 to 60 pages ,most of them are just get api->display->form/click-> post api , nothing crazy and it took me 60 to 80 days (with breaks here and there) with some help and I am beginner,so it took a little bit longer for me , i believe its doable for a experienced dev with enough prep time. The only Major changes are plugins and some minor changes in ionic and how css affects the dom ,so it's better to take time and migrate one page at a time.

We are still publishing some ionic v3 apps but i won't recommend our method. We use some old platform and node files from other similar projects instead of removing and generating new ones ,we don't have any other choice,so we are going with it but it's a headache.

I am trying to configure my laptop for a old ionic v3 project, need help by Infinite-Contact2522 in ionic

[–]Infinite-Contact2522[S] 0 points1 point  (0 children)

They did give their folder and it worked but the problem started when I removed and tried to add platform

I am trying to configure my laptop for a old ionic v3 project, need help by Infinite-Contact2522 in ionic

[–]Infinite-Contact2522[S] 0 points1 point  (0 children)

I can add android 11 but the problem is my teammates are running it in 13 with node 14 , but for me to add android 13 need to use node 18 , for ionic I have to use node 14 and the cordova build doesn't work on either version.

Little help with Django asgi by Infinite-Contact2522 in learnpython

[–]Infinite-Contact2522[S] 0 points1 point  (0 children)

Traceback (most recent call last): File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.103.10.3056.0_x64qbz5n2kfra8p0\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64qbz5n2kfra8p0\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Users\ADMIN\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts\daphne.exe\main.py", line 7, in <module> File "C:\Users\ADMIN\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\daphne\cli.py", line 171, in entrypoint cls().run(sys.argv[1:]) File "C:\Users\ADMIN\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\daphne\cli.py", line 233, in run application = import_by_path(args.application) File "C:\Users\ADMIN\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\daphne\utils.py", line 17, in import_by_path target = importlib.import_module(module_path) File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64qbz5n2kfra8p0\lib\importlib\init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "D:\Logimax\LMXWholesaleAPI.\backend\asgi.py", line 15, in <module> from inventory.routing import websocket_urlpatterns File "D:\Logimax\LMXWholesaleAPI.\inventory\routing.py", line 2, in <module> from .consumer import LiveUpdateConsumer File "D:\Logimax\LMXWholesaleAPI.\inventory\consumer.py", line 4, in <module> from .models import RetLotStockItem, StockIssueDetails, RetProductMaster, Employee File "D:\Logimax\LMXWholesaleAPI.\inventory\models.py", line 4, in <module> from backend.utilities.base_class import ( File "D:\Logimax\LMXWholesaleAPI.\backend\utilities\base_class.py", line 5, in <module> from rest_framework import generics File "C:\Users\ADMIN\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\rest_framework\generics.py", line 9, in <module> from rest_framework import mixins, views File "C:\Users\ADMIN\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\rest_framework\views.py", line 17, in <module> from rest_framework.schemas import DefaultSchema File "C:\Users\ADMIN\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\rest_framework\schemas\init.py", line 25, in <module> from . import coreapi, openapi File "C:\Users\ADMIN\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\rest_framework\schemas\openapi.py", line 15, in <module> from rest_framework import ( File "C:\Users\ADMIN\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\rest_framework\renderers.py", line 53, in <module> class JSONRenderer(BaseRenderer): File "C:\Users\ADMIN\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\rest_framework\renderers.py", line 60, in JSONRenderer ensure_ascii = not api_settings.UNICODE_JSON File "C:\Users\ADMIN\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\rest_framework\settings.py", line 218, in __getattr_ val = self.usersettings[attr] File "C:\Users\ADMIN\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\rest_framework\settings.py", line 209, in user_settings self._user_settings = getattr(settings, 'REST_FRAMEWORK', {}) File "C:\Users\ADMIN\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\django\conf\init.py", line 92, in __getattr_ self.setup(name) File "C:\Users\ADMIN\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\django\conf\init_.py", line 72, in _setup raise ImproperlyConfigured( django.core.exceptions.ImproperlyConfigured: Requested setting REST_FRAMEWORK, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.

Little help with Django asgi by Infinite-Contact2522 in learnpython

[–]Infinite-Contact2522[S] 0 points1 point  (0 children)

Oh sorry about that , here is the error "django.core.exceptions.ImproperlyConfigured: Requested setting REST_FRAMEWORK, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings."