Advertisement
DaniellPlasmmer

Public: Floflis' firstlogon_tour Cursor.so INITIAL PROMPT

Sep 14th, 2023
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Build a Flutter app. It should be able to leverage an external executable, such executable that can be a Rust program or even a Bash script executable.
  2.  
  3. This Flutter app should be compilable to Linux, as a native application.
  4.  
  5. How this Flutter (Dart language) app will work?
  6. This is an Ubuntu first-logon tour/wizard app.
  7. It should have a welcoming screen right when it is open.
  8. This welcoming screen will have a button for going to the next steps.
  9. Please add mockup steps, each step will have a placeholder text of your choice; they'll also have sample buttons that open an external executable (as mentioned before) and obviously a button to go to the next step.
  10.  
  11. At the steps, you should also add other sample elements for me to later customize/modify, such as radio buttons/checkboxes, cards with images to choose an option (such as the OS theme/cursor color), etc.
  12.  
  13. Ensure this Flutter app come with a README.md explaining EVERY step necessary to compile and put it to work.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement