python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Add a specific folder in plugins from github repository
I want to add a specific plugin from the plugins repo.
For example, I only want to add video_player for my project.
Something like this:
dependencies:
cupertino_icons: ^1.0.2
flutter:
sdk: flu...
apieceofcode1801
Votes: 0
Answers: 1
Get Flutter package or plugin version programmatically
I am developing Flutter plugin which provides native implementations for Flutter apps.
Is there a way that my plugin can read its own version?
I've tried to integrate package_info into my plugin but i...
Moti Bartov
Votes: 0
Answers: 2
Flutter Carousel, put side items behind the center card
I want to know how to put the carousel items behind the center item, then when it slides there will be no spaces between items but it will stay behind
I have this:
And I want somethig like this:
Thi...
Ayme_99
Votes: 0
Answers: 0
Flutter: Use Icon Font From Another Package
I developed separated UI package for my project.
Here is it's simplified structure:
project:
│
...
│
├── lib:
│ │
│ └── classes using AppIcons.ttf:
│
└── packages:
│
└── ui-kit:
│
...
Sergey Lobanov
Votes: 0
Answers: 1