🌐
OpenClassrooms
openclassrooms.com › accueil › forum › communauté des zéros › fonctionnement du site › cours flutter
Cours Flutter par Xavier Robart - page 1 - OpenClassrooms
Est-il prévu de la part d'OpenClassrooms de faire un parcours sur flutter/dart? Merci · AbcAbc6 · 16 décembre 2021 à 22:41:33 · Bonjour, Le sujet est déplacé de la section Mobile vers la section Fonctionnement du site · Afin de vous assurer d'avoir une réponse le plus rapidement possible, je vous invite à directement contacter l'équipe du site via l'adresse hello@openclassrooms.com.
🌐
OpenClassrooms
openclassrooms.com › accueil › forum › programmation › mobile › cours flutter dart
[Résolu] Cours Flutter Dart par Asmitta - page 1 - OpenClassrooms
Autre chose, sur flutter_sensors | Flutter Package (pub.dev) j'ai vu ceci et je me demande toujours son utilité(await), et pourquoi mon editeur(vscode) suggere de mettre cette instruction dans une variable ?
🌐
OpenClassrooms
openclassrooms.com › accueil › forum › programmation › mobile › android studio vs flutter
Android Studio VS Flutter - Quel est le meilleur outil pour créer une application mobile. par luminae - page 1 - OpenClassrooms
January 10, 2023 - flutter et Android studio c'est deux technologies différentes , fultter est framework et qui tu peux utiliser sur android studio ous sur di'atres ide comme vscode trés léger , par contre android studio est un sdk (kit de éveleppement) , mais pour faire une application mobile il faut par exemple un frameword multi-platformes comme flutter par exemple , ou kotlin pour les applications android natives ou sinon swift pour des applications ios natives.
🌐
Dyma
dyma.fr › formations › flutter
Formation Flutter 3 complète 2026 en ligne
April 11, 2025 - La structure de cette formation Flutter est parfaite pour progresser rapidement. Les sections sur l'utilisation des widgets et l'intégration de Google Maps m'ont particulièrement aidé à approfondir mes compétences.
Rating: 4.8 ​ - ​ 3.21K votes
🌐
OpenClassrooms
openclassrooms.com › accueil › forum › programmation › mobile › [flutter][dart] animation dé
[Flutter][Dart] Animation Dé par AxelRoussellt - page 1 - OpenClassrooms
import 'package:flutter/material.dart'; import 'dart:math'; import 'dart:io'; import '../custom_colors.dart'; class Dice { final List<MaterialColor> colors = [orangeColor, primaryColor, secColor]; MaterialColor diceColor; int colorIndex = 0; var rng = new Random(); void rollDice() { colorIndex = rng.nextInt(3); diceColor = colors[colorIndex]; } MaterialColor get getColor { return diceColor; } } class DiceWidget extends StatefulWidget { final Function onRolled; DiceWidget(this.onRolled); @override _DiceWidgetState createState() => _DiceWidgetState(); } class _DiceWidgetState extends State<DiceW
🌐
Codabee
codabee.com › flutter
Flutter par Codabee
Apprendre Flutter n'a jamais été aussi simples. Formations, tutoriels et ressources en français
Find elsewhere
🌐
OpenClassrooms
openclassrooms.com › accueil › forum › programmation › mobile › flutter android studio | app en arrière plan
Flutter Android Studio | App en arrière plan - Démarrer une action toutes les 15mn par lucasmad03 - page 1 - OpenClassrooms
N'ayant aucune solution à ma disposition même après avoir visité des dizaines de forum et de tutos je poste ce message ici. J'ai déjà essayé flutter background task qui est un plugin permettant normalement de réaliser ce que je souhaite, malheureusement je n'arrive à rien et l'application refuse d'exécuter du code en arrière plan.
🌐
CommentCoder
commentcoder.com › apprendre-flutter
Comment apprendre Flutter et Dart ? | Comment Coder
Vous y trouverez les instructions pour installer Flutter et créer votre premier projet, mais également des tutoriels et astuces en tout genre en plus de la documentation complète pour les différentes APIs Flutter.
🌐
Reddit
reddit.com › r/flutterdev › best resource to learn flutter and dart?
r/FlutterDev on Reddit: Best resource to learn Flutter and Dart?
June 15, 2024 -

I know this has been asked to hell and back, but even after doing some research I am still confused.

For some background I have absolutely zilch knowledge on coding and programming in general, but I have a dream! I want to build a small scale ERP program for logistics business that will have integration between desktop and mobile and after asking around I was recommended Dart and Flutter and after doing a lot of research I reached the same conclusion.

From what I've read the best resources for learning Dart and Flutter atm is the free 37 hour freecodecamp course, CodeWithAndrea (300 bucks 🥶), Maximillian on udemy, and lastly as arch users like to say RTFM (Read the F*riendly * Manual/Docs).

The FCC course has been posted 2 years ago and I don't know if it will have the same issue the Angela Yu course has, which is being outdated. I don't mind paying the $300 for CWA if the quality of the course is that much better compared to the other stuff, but if possible I'd rather avoid it.

Is it a good idea to do The Odin Project Foundation, just for a good programming foundation? It has stuff like Git, CLI, Clean Code, Basics of HTML and CSS (If I were to use jaspr, this should help right?), and other stuff, or is it redundant as the other courses go over it as well?

I am guessing there are no courses that currently go over macros and the new stuff, and the udemy courses probably also aren't updated to include that as well?

Also Vandad (guy from FCC course) has a free Full-Stack course with Flutter, Python/Django, and Rust. Is that good to learn, because I'll need to make a backend for my app idea or is it better to just stick with Firebase/Supabase (Still researching which is better, tips [and opinions] appreciated!), because from what I can see most guides include a section on Firebase as well.

Also what are your opinions on FlutterFlow and Buildship to be used just to get the basic stuff done swiftly and to be exported and expanded on? I won't be using it to create the entire app, but just hit the ground running I guess.

Side note: Any recommendation for resources or maybe even books to learn the basics for programmers, stuff such as DRY, WET, JIRA, State Management, Naming Conventions, refactoring, clean code, SCRUM, etc. I am sure there are stuff I need to know that I don't know exist. So anything to help with that?

Also any good resources to learn linux and how to setup a good dev environment? I don't mean getting a full RHEL certificate, but just the basics. I've been researching this as well and everyone has opposing opinions. (I use Ubuntu because it's stable and works out the box; Don't use Ubuntu! It's bloated full of ads and slow, just go with Debian, or better yet Arch!.... etc.)

Thank you in advance and sorry for the wall of text!

🌐
Tuto
fr.tuto.com › accueil › tous les tutos › programmation › android › flutter et dart : créez des applications pour ios et android
TUTO Flutter et Dart : Créez des applications pour iOS et Android sur Tuto.com
Dans cette formation en vidéo de près de 15H, nous allons ensemble apprendre à développer des applications mobiles à la fois pour iOS et Android. Pour cela nous utiliserons Flutter et Dart.
Published   September 21, 2018
🌐
GitHub
github.com › lambiengcode › cloudmate-classroom-flutter
GitHub - lambiengcode/cloudmate-classroom-flutter: Cloudmate - An open-source online learning platform built with Flutter. Create classes, quizzes, and assignments, take attendance, and communicate with students. Easy to install and use. :wave:
Cloudmate - An open-source online learning platform built with Flutter. Create classes, quizzes, and assignments, take attendance, and communicate with students. Easy to install and use. :wave: - l...
Starred by 60 users
Forked by 15 users
Languages   Dart 99.1% | Dart 99.1%
🌐
Reddit
reddit.com › r/learnprogramming › app dev paid apprenticeship through openclassrooms??
r/learnprogramming on Reddit: App Dev paid apprenticeship through OpenClassrooms??
August 15, 2023 -

I just came across a job posting in my area for a paid apprenticeship to become an App Developer through OpenClassroms. I’m just very confused as to how this works. Most reviews I’ve read say you pay for the course, but this says you need little to no experience with programming, but you’ll still be paid $31/hour while learning on the job and taking their training course over the course of 12 months. I have some experience (CS50x, fiddling around learning code on my own, etc), but how can you start working as a developer with no experience? I feel like it would become very overwhelming very fast. Has anyone ever heard of this particular program/course?

🌐
App Store
apps.apple.com › ml › app › openclassrooms-cours-en-ligne › id1164140533
OpenClassrooms Cours en ligne dans l'App Store - Apple
Bonsoir J’aimerais profiter de cette opportunité pour vous lancez un message je suis un utilisateur de vos applications mais il ya plusieurs cours qui doivent être mis à jour comme: Angular, Système d’information, les fonctionnement des réseaux etc… Egalement de mettre quelques cours des framework comme : IONIC, React Native, Flutter etc…
Rating: 4.8 ​ - ​ 64 votes
🌐
Udemy
udemy.com › fr › topic › google-flutter
Meilleurs cours de Google Flutter en ligne - Mise à jour : [avril 2026]
Les cours sur Google Flutter vous font découvrir un kit de développement logiciel d'IU open source créé par Google.